convert namelist structure to use unions
[unix-history] / usr / src / usr.bin / pascal / src / lookup.c
index bfdca82..01f4bdb 100644 (file)
@@ -1,10 +1,12 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 /* Copyright (c) 1979 Regents of the University of California */
 
-static char sccsid[] = "@(#)lookup.c 1.1 %G%";
+static char sccsid[] = "@(#)lookup.c 1.2 %G%";
 
 #include "whoami.h"
 #include "0.h"
 
 
 #include "whoami.h"
 #include "0.h"
 
+struct nl *disptab[077+1];
+
 /*
  * Lookup is called to
  * find a symbol in the
 /*
  * Lookup is called to
  * find a symbol in the