diff options
Diffstat (limited to 'lex.h')
| -rw-r--r-- | lex.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,4 @@ -#ifndef LEX_H -#define LEX_H +#pragma once #include "typeutils.h" @@ -86,5 +85,3 @@ typedef struct { LexResult lex(char* input); - -#endif |
