From 47cdaf0fdadf72cb7aba9bfecf789e29e518c79b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 1 Jun 2010 11:47:28 +0000 Subject: Fixed condition of `\}' closing a conditional at the start of the line. Fixed flushed-out condition of \} causing subsequent arguments to be truncated, when in fact the whole line should be passed through (if the conditional succeeds) to the front-end and the \} ignored there. Added regression test of this behaviour. --- chars.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chars.c') diff --git a/chars.c b/chars.c index 3129aae3..bc688bce 100644 --- a/chars.c +++ b/chars.c @@ -1,4 +1,4 @@ -/* $Id: chars.c,v 1.18 2010/05/25 12:37:20 kristaps Exp $ */ +/* $Id: chars.c,v 1.19 2010/06/01 11:47:28 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -43,7 +43,7 @@ struct ln { #define CHARS_BOTH (CHARS_CHAR | CHARS_STRING) }; -#define LINES_MAX 369 +#define LINES_MAX 370 #define CHAR(w, x, y, z, a, b) \ { NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR }, -- cgit v1.2.3