diff options
Diffstat (limited to 'lex.h')
| -rw-r--r-- | lex.h | 6 | 
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +#ifndef HENCE_LEX_H +#define HENCE_LEX_H + +#include <stdio.h> +  #define MAX_IDENT_LENGTH 128  enum TOKEN_TYPE { @@ -35,3 +40,4 @@ struct token {  struct token* lex_file(FILE*);  const char *get_token_description(enum TOKEN_TYPE); +#endif  | 
