diff options
author | Camil Staps | 2016-10-07 21:21:40 +0200 |
---|---|---|
committer | Camil Staps | 2016-10-07 21:21:40 +0200 |
commit | f8e50700cd0eb93154f5c025ef20d428986b856c (patch) | |
tree | e239bc8748edf2b1b80bf532dd46b6ddb5ab8614 /interpreter/lex.h | |
parent | Resolve #12, don't show code keyword in debug graph (diff) |
Cleanup (resolves #9)
Diffstat (limited to 'interpreter/lex.h')
-rw-r--r-- | interpreter/lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter/lex.h b/interpreter/lex.h index 268d0e4..e6f525b 100644 --- a/interpreter/lex.h +++ b/interpreter/lex.h @@ -3,6 +3,6 @@ #include "syntax.h" -token_list* lex(token_list*, char*); +struct token_list *lex(struct token_list*, char*); #endif |