Sat Dec 27 16:16:49 2003 Ben Pfaff <blp@gnu.org>
[pspp-builds.git] / src / tab.c
index 71f8f8ac1860b00e76e162559ab834989af28c6f..7e81b6cc561b9138e45e55804e2fb6a028af578f 100644 (file)
--- a/src/tab.c
+++ b/src/tab.c
@@ -35,6 +35,7 @@ char *alloca ();
 #endif
 #endif
 
+#include "tab.h"
 #include <ctype.h>
 #include <assert.h>
 #include <stdarg.h>
@@ -48,12 +49,11 @@ char *alloca ();
 #include "output.h"
 #include "pool.h"
 #include "som.h"
-#include "tab.h"
 #include "var.h"
 
 #include "debug-print.h"
 \f
-extern struct som_table_class tab_table_class;
+struct som_table_class tab_table_class;
 
 #if DEBUGGING
 #define DEFFIRST(NAME, LABEL) LABEL,