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, 2 insertions, 2 deletions
diff --git a/src/ctinput.cc b/src/ctinput.cc
index bab9ac5d..a53760fc 100644
--- a/src/ctinput.cc
+++ b/src/ctinput.cc
@@ -246,7 +246,7 @@ stream_funcs_ct patternFuncs =
&inputStreamPatternDestructor,
- 0, 0, 0
+ 0, 0, 0, 0
};
@@ -465,7 +465,7 @@ stream_funcs_ct replFuncs =
&inputStreamConsDestructor,
- 0, 0, 0
+ 0, 0, 0, 0
};
void pushBinding( pda_run *pdaRun, parse_tree_t *parseTree )