aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.l
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-02-14 16:02:43 +0100
committerThomas White <taw@physics.org>2019-02-14 16:02:43 +0100
commitc9456a1a73a8b781f4460d48c541a8977e249b91 (patch)
tree207f4c98184397a69c9e79fb7fb60511e3d31288 /libstorycode/storycode.l
parent7b9d04f56c0e22abaeec8dc779bd0800b0d93f79 (diff)
Skeleton parser structure
Diffstat (limited to 'libstorycode/storycode.l')
-rw-r--r--libstorycode/storycode.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstorycode/storycode.l b/libstorycode/storycode.l
index a64fbec..e8fd70a 100644
--- a/libstorycode/storycode.l
+++ b/libstorycode/storycode.l
@@ -22,7 +22,7 @@
%{
#define YYDEBUG 1
- #include "storycode.tab.h"
+ #include "storycode_parse.h"
%}
%option noyywrap nounput noinput