aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/storycode.c')
-rw-r--r--libstorycode/storycode.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libstorycode/storycode.c b/libstorycode/storycode.c
index 42c4820..983ae02 100644
--- a/libstorycode/storycode.c
+++ b/libstorycode/storycode.c
@@ -47,8 +47,9 @@ Narrative *storycode_parse_presentation(const char *sc)
YY_BUFFER_STATE b;
Narrative *n;
+ //BEGIN(0);
b = sc_scan_string(sc);
- //scdebug = 1;
+ scdebug = 1;
n = narrative_new();
scparse(n);
sc_delete_buffer(b);