aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/jcf.h')
-rw-r--r--gcc/java/jcf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/java/jcf.h b/gcc/java/jcf.h
index 27e0761..09e2c1a 100644
--- a/gcc/java/jcf.h
+++ b/gcc/java/jcf.h
@@ -106,9 +106,9 @@ typedef struct JCF GTY(()) {
unsigned char * GTY ((skip)) buffer_end;
unsigned char * GTY ((skip)) read_ptr;
unsigned char * GTY ((skip)) read_end;
- int java_source : 1;
- int right_zip : 1;
- int finished : 1;
+ unsigned int java_source : 1;
+ unsigned int right_zip : 1;
+ unsigned int finished : 1;
jcf_filbuf_t filbuf;
PTR GTY ((skip)) read_state;
const char *filename;