bugid=203059 jbyte defined incorrectly in jri_md.h

r=pete.zha sr=brendan/mkaply approval=mkaply


git-svn-id: svn://10.0.0.236/trunk@141743 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joshua.xia%sun.com
2003-04-24 11:09:51 +00:00
parent e1dfb0c134
commit f99c0fefd7
2 changed files with 2 additions and 2 deletions

View File

@@ -188,7 +188,7 @@ typedef struct _jobject *jref;
#endif
typedef unsigned char jbool;
typedef char jbyte;
typedef signed char jbyte;
#ifdef IS_64 /* XXX ok for alpha, but not right on all 64-bit architectures */
typedef unsigned int juint;
typedef int jint;