summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/match.c b/match.c
index b6d4163b..ccc1fa37 100644
--- a/match.c
+++ b/match.c
@@ -3723,8 +3723,9 @@ static val v_load(match_files_ctx *c)
int gc = gc_state(0);
val stream, name;
parser_t parser;
+ val txr_lisp_p = nil;
- open_txr_file(path, &name, &stream);
+ open_txr_file(path, &txr_lisp_p, &name, &stream);
parse_once(stream, name, &parser);
gc_state(gc);