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/jcf-write.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/jcf-write.c')
-rw-r--r-- | gcc/java/jcf-write.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/java/jcf-write.c b/gcc/java/jcf-write.c index f9c4679..aa4366a 100644 --- a/gcc/java/jcf-write.c +++ b/gcc/java/jcf-write.c @@ -31,7 +31,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "real.h" #include "java-tree.h" #include "obstack.h" -#undef AND #include "rtl.h" #include "flags.h" #include "java-opcodes.h" |