X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftab.c;h=7e81b6cc561b9138e45e55804e2fb6a028af578f;hb=3a7fba81ceae5b049d0f7d671e9e3c3c43bbf703;hp=71f8f8ac1860b00e76e162559ab834989af28c6f;hpb=b9dcb1c23a48b9db5444b9f10aac0748b83898ad;p=pspp-builds.git diff --git a/src/tab.c b/src/tab.c index 71f8f8ac..7e81b6cc 100644 --- a/src/tab.c +++ b/src/tab.c @@ -35,6 +35,7 @@ char *alloca (); #endif #endif +#include "tab.h" #include #include #include @@ -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" -extern struct som_table_class tab_table_class; +struct som_table_class tab_table_class; #if DEBUGGING #define DEFFIRST(NAME, LABEL) LABEL,