chiark / gitweb /
Qualify name given to @bres_byname@.
[mLib] / sym-test.c
index dea3e6092e95795f65fc8d76e253168c4c554a4a..18e984167d6d1329b5e4ac4bafbb48104d6c6b6e 100644 (file)
@@ -2,7 +2,6 @@
 #include <stdlib.h>
 #include <string.h>
 
 #include <stdlib.h>
 #include <string.h>
 
-#include "sub.h"
 #include "sym.h"
 
 typedef struct word {
 #include "sym.h"
 
 typedef struct word {
@@ -24,7 +23,6 @@ int main(void)
   sym_table t;
   size_t n = 0;
 
   sym_table t;
   size_t n = 0;
 
-  sub_init();
   sym_create(&t);
 
   while (fgets(buf, sizeof(buf), stdin)) {
   sym_create(&t);
 
   while (fgets(buf, sizeof(buf), stdin)) {