Commit 7cd59bb5 authored by joshua.xia%sun.com's avatar joshua.xia%sun.com
Browse files

bugid=203059 jbyte defined incorrectly in jri_md.h

r=pete.zha sr=brendan/mkaply approval=mkaply
parent 9224ca7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ typedef juint jsize;
#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;
+1 −1
Original line number Diff line number Diff line
@@ -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;