From 3f113f1f16d40b019c688383da602a7ed05d3497 Mon Sep 17 00:00:00 2001 From: "zik.saleeba" Date: Sun, 22 Nov 2009 11:40:46 +0000 Subject: [PATCH] Did I remove this by accident? git-svn-id: http://picoc.googlecode.com/svn/trunk@403 21eae674-98b7-11dd-bd71-f92a316d2d60 --- lex.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lex.c b/lex.c index 3f1c9c4..ff564c8 100644 --- a/lex.c +++ b/lex.c @@ -600,7 +600,9 @@ enum LexToken LexGetToken(struct ParseState *Parser, struct Value **Value, int I /* start a new list */ InteractiveHead = LineNode; Parser->Line = 1; +#ifdef FANCY_ERROR_REPORTING Parser->CharacterPos = 0; +#endif } else InteractiveTail->Next = LineNode;