summaryrefslogtreecommitdiff
path: root/gcc/cpphash.c
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-04-15 17:51:25 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-04-15 17:51:25 +0000
commit038bd0ec7f79a1638d16b0d94eb8178bc3653be0 (patch)
tree7f715d4d9ac011c36bce86b15540f4c8f4ff4997 /gcc/cpphash.c
parent9f4cb2f3a92512fe80d8a6b0e2bfe2afcc6bc908 (diff)
downloadgcc-038bd0ec7f79a1638d16b0d94eb8178bc3653be0.tar.gz
* cpphash.c: #include "gansidecl.h".
(NULL,const,volatile): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11790 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpphash.c')
-rw-r--r--gcc/cpphash.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/gcc/cpphash.c b/gcc/cpphash.c
index bd06e95387f..979ec40d0f6 100644
--- a/gcc/cpphash.c
+++ b/gcc/cpphash.c
@@ -1,5 +1,5 @@
/* Part of CPP library. (Macro hash table support.)
- Copyright (C) 1986, 87, 89, 92, 93, 94, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1986, 87, 89, 92-95, 1996 Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Based on CCCP program by by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
@@ -24,20 +24,10 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "cpplib.h"
#include "cpphash.h"
+#include "gansidecl.h"
extern char *xmalloc PARAMS ((unsigned));
-/* Define a generic NULL if one hasn't already been defined. */
-
-#ifndef NULL
-#define NULL 0
-#endif
-
-#ifndef __STDC__
-#define const
-#define volatile
-#endif
-
/*
* return hash function on name. must be compatible with the one
* computed a step at a time, elsewhere