From d52980a49d0ddaa9c5b6d1344c6a652a82afce43 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 22 Dec 2015 06:54:15 -0800 Subject: Allow @(line) in horizontal context. * match.c (dir_tables_init): Register hv_trampoline handler for line_s. --- match.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3