diff options
Diffstat (limited to 'parts')
-rw-r--r-- | parts/toklist.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/parts/toklist.h b/parts/toklist.h index a6fe68d..f32cd25 100644 --- a/parts/toklist.h +++ b/parts/toklist.h @@ -3,7 +3,12 @@ #include "symbol.h" -/*extern*/ symbol toklist_eat(); -/*extern*/ symbol toklist_peek(); +struct token; + +// /*extern*/ struct token *toklist_eat(); +// /*extern*/ struct token *toklist_peek(); + +symbol toklist_eat(); +symbol toklist_peek(); #endif |