aboutsummaryrefslogtreecommitdiff
path: root/parts/toklist.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/toklist.h')
-rw-r--r--parts/toklist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/toklist.h b/parts/toklist.h
index 9a7b8ce..a6fe68d 100644
--- a/parts/toklist.h
+++ b/parts/toklist.h
@@ -3,7 +3,7 @@
#include "symbol.h"
-extern symbol toklist_eat();
-extern symbol toklist_peek();
+/*extern*/ symbol toklist_eat();
+/*extern*/ symbol toklist_peek();
#endif