This version of these things seems to work.
[unix-history] / usr / src / usr.bin / tn3270 / tools / mkhits / dohits.h
index 804058c..d13cbc2 100644 (file)
@@ -3,7 +3,7 @@
 
 #define        firstentry(x)   (table[dohash(0, (x))%highestof(table)])
 
 
 #define        firstentry(x)   (table[dohash(0, (x))%highestof(table)])
 
-extern struct Hits {
+struct Hits {
     struct hits hits;
     char *name[4];
 };
     struct hits hits;
     char *name[4];
 };