summaryrefslogtreecommitdiff
path: root/src/ctinput.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctinput.cc')
-rw-r--r--src/ctinput.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ctinput.cc b/src/ctinput.cc
index 23ee53be..7e9b1b33 100644
--- a/src/ctinput.cc
+++ b/src/ctinput.cc
@@ -245,6 +245,8 @@ stream_funcs_ct patternFuncs =
0, 0, 0, 0, 0,
&inputStreamPatternDestructor,
+
+ 0, 0,
};
@@ -462,6 +464,8 @@ stream_funcs_ct replFuncs =
0, 0, 0, 0, 0,
&inputStreamConsDestructor,
+
+ 0, 0,
};
void pushBinding( pda_run *pdaRun, parse_tree_t *parseTree )