OSDN Git Service

H
[pf3gnuchains/gcc-fork.git] / gcc / cpphash.c
index 6aa9e9c..d20f7bb 100644 (file)
@@ -30,6 +30,8 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 extern char *xmalloc PARAMS ((unsigned));
 
+static HASHNODE *hashtab[HASHSIZE];
+
 /* Return hash function on name.  must be compatible with the one
    computed a step at a time, elsewhere  */