aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/xref.c
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1996-12-18 01:44:21 +0000
committerMike Stump <mrs@gcc.gnu.org>1996-12-18 01:44:21 +0000
commitfaf5394a1b5c4d23fdd8d9643e65a66fcd50c7ff (patch)
tree6bf6bd88d6fea39998ce4671f792fa0f2090aad5 /gcc/cp/xref.c
parenta2f2ce96f8cb7b7a067a124de2eb3b1a4b9aa8fb (diff)
downloadgcc-faf5394a1b5c4d23fdd8d9643e65a66fcd50c7ff.zip
gcc-faf5394a1b5c4d23fdd8d9643e65a66fcd50c7ff.tar.gz
gcc-faf5394a1b5c4d23fdd8d9643e65a66fcd50c7ff.tar.bz2
90th Cygnus<->FSF quick merge
From-SVN: r13319
Diffstat (limited to 'gcc/cp/xref.c')
-rw-r--r--gcc/cp/xref.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/xref.c b/gcc/cp/xref.c
index a5ea794..a09ab7f 100644
--- a/gcc/cp/xref.c
+++ b/gcc/cp/xref.c
@@ -61,9 +61,6 @@ int flag_gnu_xref;
#ifndef FALSE
#define FALSE 0
#endif
-#ifndef NULL
-#define NULL 0
-#endif
#define PALLOC(typ) ((typ *) calloc(1,sizeof(typ)))