summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-12-22 06:54:15 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-12-22 06:54:15 -0800
commitd52980a49d0ddaa9c5b6d1344c6a652a82afce43 (patch)
treea43366bf2c172a6da6a5af11f4c5922c6f10c0be /match.c
parent33b7f09a959a6470a57631c3848554add4f24a62 (diff)
downloadtxr-d52980a49d0ddaa9c5b6d1344c6a652a82afce43.tar.gz
txr-d52980a49d0ddaa9c5b6d1344c6a652a82afce43.tar.bz2
txr-d52980a49d0ddaa9c5b6d1344c6a652a82afce43.zip
Allow @(line) in horizontal context.
* match.c (dir_tables_init): Register hv_trampoline handler for line_s.
Diffstat (limited to 'match.c')
-rw-r--r--match.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/match.c b/match.c
index 52d7f42c..230e23f3 100644
--- a/match.c
+++ b/match.c
@@ -4237,6 +4237,7 @@ static void dir_tables_init(void)
sethash(h_directive_table, do_s, cptr(coerce(mem_t *, h_do)));
sethash(h_directive_table, require_s, cptr(coerce(mem_t *, hv_trampoline)));
sethash(h_directive_table, assert_s, cptr(coerce(mem_t *, h_assert)));
+ sethash(h_directive_table, line_s, cptr(coerce(mem_t *, hv_trampoline)));
sethash(non_matching_directive_table, block_s, t);
sethash(non_matching_directive_table, accept_s, t);