aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-02-12 20:34:20 +0100
committerThomas White <taw@physics.org>2019-02-12 20:34:20 +0100
commit022b156e37be3a7a08d1acee9bc7e31e34eaac5e (patch)
tree6665b586c4feffe9f6cd120075e19a45deaffc41 /src
parent8b345b76647643f1972022bf82cdef015bcba06d (diff)
Clean up debug
Diffstat (limited to 'src')
-rw-r--r--src/sc2_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sc2_test.c b/src/sc2_test.c
index 6f9977f..3279887 100644
--- a/src/sc2_test.c
+++ b/src/sc2_test.c
@@ -30,7 +30,7 @@
#include "storycode.tab.h"
#include "storycode.h"
-extern int scdebug;
+//int scdebug = 1;
int main(int argc, char *argv[])
{
@@ -44,7 +44,6 @@ int main(int argc, char *argv[])
bytes = g_file_load_bytes(file, NULL, NULL, NULL);
text = g_bytes_get_data(bytes, &len);
- //scdebug = 1;
printf("Here goes...\n");
b = sc_scan_string(text);
scparse();