summaryrefslogtreecommitdiff
path: root/src/ctinput.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctinput.cc')
-rw-r--r--src/ctinput.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ctinput.cc b/src/ctinput.cc
index a18a7ffb..2adf2a94 100644
--- a/src/ctinput.cc
+++ b/src/ctinput.cc
@@ -270,12 +270,12 @@ input_funcs_ct pat_funcs =
0, 0, 0, 0, 0, 0, /* prepend funcs. */
0, 0, 0, 0, 0, 0, /* append funcs */
- 0,
-
&ct_set_eof_mark,
&ct_transfer_loc_seq,
&ct_destructor,
+
+ 0, 0
};
@@ -489,12 +489,12 @@ input_funcs_ct repl_funcs =
0, 0, 0, 0, 0, 0, /* prepend. */
0, 0, 0, 0, 0, 0, /* append. */
- 0,
-
&ct_set_eof_mark,
&ct_transfer_loc_seq,
&ct_destructor,
+
+ 0, 0
};
void pushBinding( pda_run *pdaRun, parse_tree_t *parseTree )