diff options
Diffstat (limited to 'lex.h')
| -rw-r--r-- | lex.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#ifndef LEX_H +#define LEX_H + #include "typeutils.h" @@ -72,3 +75,5 @@ struct ExpansionRegion { DECLARE_MAYBE(Chunk); DECLARE_VEC(ExpansionRegion, ExpansionRegionVec) + +#endif |
