diff options
author | Thomas White <taw@physics.org> | 2019-02-14 16:04:33 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-02-14 16:04:33 +0100 |
commit | b2276977058b8a434952b500a1a13dacfa9303ab (patch) | |
tree | 0f1c6a70201d4d7525b7efdd392d41df3f21e291 /libstorycode/storycode.y | |
parent | c9456a1a73a8b781f4460d48c541a8977e249b91 (diff) |
Move prefix to flex/bison input files
Diffstat (limited to 'libstorycode/storycode.y')
-rw-r--r-- | libstorycode/storycode.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/storycode.y b/libstorycode/storycode.y index 625f080..38ce93b 100644 --- a/libstorycode/storycode.y +++ b/libstorycode/storycode.y @@ -28,6 +28,7 @@ %define api.value.type {char *} %define api.token.prefix {SC_} +%define api.prefix {sc} %token STYLES SLIDE %token NARRATIVE %token PRESTITLE |