diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | match.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2011-11-24 Kaz Kylheku <kaz@kylheku.com> + * match.c (match_funcall): Set source location info for + generated function call. + +2011-11-24 Kaz Kylheku <kaz@kylheku.com> + * parser.y (texts, elem): Fixed incorrect use of rl rather than rlcp. Added forgotten rlcp on result of optimize_text. @@ -3212,6 +3212,7 @@ val match_funcall(val name, val arg, val other_args) nao), nil); match_files_ctx c = mf_all(spec, nil, bindings, nil, num(0)); (void) first_spec; + rlcp(car(spec), specline); val ret = v_fun(&c); |