aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-write.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-01-09 23:13:02 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-01-09 23:13:02 +0000
commit6ff2fe39337fb23db6ae2011efd6473a88a58132 (patch)
tree760b52810f3536e2b65c087bfc4d987320a2c3c1 /gcc/java/jcf-write.c
parentb3339cf7a7bcf36a45d78484eef1edf32626a933 (diff)
downloadgcc-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.c1
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"