From 2e3363ef7d1492bf8644b7cad89e500c3fc3251b Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 31 Aug 2008 19:50:47 +0000 Subject: 25571: when parsing use line numbers for the start of a token, not the end add test and move debug trap tests to new file --- Src/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/parse.c') diff --git a/Src/parse.c b/Src/parse.c index a455b591e..295b4922f 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -721,7 +721,7 @@ static int par_pline(int *complex) { int p; - zlong line = lineno; + zlong line = toklineno; p = ecadd(0); -- cgit 1.4.1