Did I remove this by accident?

git-svn-id: http://picoc.googlecode.com/svn/trunk@403 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
zik.saleeba 2009-11-22 11:40:46 +00:00
parent fc348214c9
commit 3f113f1f16

2
lex.c
View file

@ -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;