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:
parent
fc348214c9
commit
3f113f1f16
2
lex.c
2
lex.c
|
@ -600,7 +600,9 @@ enum LexToken LexGetToken(struct ParseState *Parser, struct Value **Value, int I
|
||||||
/* start a new list */
|
/* start a new list */
|
||||||
InteractiveHead = LineNode;
|
InteractiveHead = LineNode;
|
||||||
Parser->Line = 1;
|
Parser->Line = 1;
|
||||||
|
#ifdef FANCY_ERROR_REPORTING
|
||||||
Parser->CharacterPos = 0;
|
Parser->CharacterPos = 0;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
InteractiveTail->Next = LineNode;
|
InteractiveTail->Next = LineNode;
|
||||||
|
|
Loading…
Reference in a new issue