Commit 239d3342 by Doug Evans

cpphash.c: #include "gansidecl.h".

	* cpphash.c: #include "gansidecl.h".
	(NULL,const,volatile): Delete.

From-SVN: r11790
parent f79e14e3
/* Part of CPP library. (Macro hash table support.) /* 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. Written by Per Bothner, 1994.
Based on CCCP program by by Paul Rubin, June 1986 Based on CCCP program by by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987 Adapted to ANSI C, Richard Stallman, Jan 1987
...@@ -24,20 +24,10 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ...@@ -24,20 +24,10 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "cpplib.h" #include "cpplib.h"
#include "cpphash.h" #include "cpphash.h"
#include "gansidecl.h"
extern char *xmalloc PARAMS ((unsigned)); 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 * return hash function on name. must be compatible with the one
* computed a step at a time, elsewhere * computed a step at a time, elsewhere
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment