diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2003-01-09 23:13:02 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2003-01-09 23:13:02 +0000 |
commit | 6ff2fe39337fb23db6ae2011efd6473a88a58132 (patch) | |
tree | 760b52810f3536e2b65c087bfc4d987320a2c3c1 /gcc/java/expr.c | |
parent | b3339cf7a7bcf36a45d78484eef1edf32626a933 (diff) | |
download | gcc-6ff2fe39337fb23db6ae2011efd6473a88a58132.zip gcc-6ff2fe39337fb23db6ae2011efd6473a88a58132.tar.gz gcc-6ff2fe39337fb23db6ae2011efd6473a88a58132.tar.bz2 |
expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros.
* expr.c, gjavah.c, javaop.h, jcf-dump.c, jcf-io.c, jcf-reader.c,
jcf-write.c, jcf.h, jv-scan.c: Don't rely on the `DEFUN', `AND' or
`__STDC__' macros.
From-SVN: r61131
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r-- | gcc/java/expr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index a4b4b7a..7980a46 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -2678,7 +2678,6 @@ note_instructions (jcf, method) jint INT_temp; #undef RET /* Defined by config/i386/i386.h */ -#undef AND /* Causes problems with opcodes for iand and land. */ #undef PTR #define BCODE byte_ops #define BYTE_type_node byte_type_node |