summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
Diffstat (limited to 'txr.c')
-rw-r--r--txr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/txr.c b/txr.c
index ac7db17c..e66cc0ae 100644
--- a/txr.c
+++ b/txr.c
@@ -145,6 +145,7 @@ int main(int argc, char **argv)
val stack_bottom = nil;
progname = argv[0] ? utf8_dup_from(argv[0]) : progname;
init(progname, oom_realloc_handler, &stack_bottom);
+ match_init();
return txr_main(argc, argv);
}