aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpphash.c')
-rw-r--r--gcc/cpphash.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cpphash.c b/gcc/cpphash.c
index fe7cbbf..2ca007c 100644
--- a/gcc/cpphash.c
+++ b/gcc/cpphash.c
@@ -31,6 +31,11 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#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