From a31e81a8ee319b1fc37b6f47fa3c4ec99d451eec Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 29 Aug 2014 21:26:57 -0700 Subject: * eval.c (expand_quasi): Regression: fix broken handling of @{var mod} syntax triggering a bogus assertion. Mods are the third element in the abstract syntax now, not fourth. There is no next link. Removing bogus comment referring to a nonexistent function. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3cca3dc5..62082926 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-08-29 Kaz Kylheku + + * eval.c (expand_quasi): Regression: fix broken handling + of @{var mod} syntax triggering a bogus assertion. Mods are the third + element in the abstract syntax now, not fourth. There is no next link. + Removing bogus comment referring to a nonexistent function. + 2014-08-29 Kaz Kylheku * match.c (v_load): Fix regression introduced in 94: broken @(load). -- cgit v1.2.3