diff options
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r-- | gcc/java/expr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index a9c074f..ebba1ac 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -984,10 +984,6 @@ expand_java_pushc (ival, type) push_value (value); } -#ifndef INT_TYPE_SIZE -#define INT_TYPE_SIZE BITS_PER_WORD -#endif - static void expand_java_return (type) tree type; |