Fix for eclipse submitted by christophe.foucher
Issue #177 git-svn-id: http://picoc.googlecode.com/svn/trunk@589 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
parent
519e33c040
commit
54cfcffa9b
2
lex.c
2
lex.c
|
@ -95,7 +95,7 @@ void LexInit(Picoc *pc)
|
|||
TableSet(pc, &pc->ReservedWordTable, TableStrRegister(pc, ReservedWords[Count].Word), (struct Value *)&ReservedWords[Count], NULL, 0, 0);
|
||||
}
|
||||
|
||||
pc->LexValue.Typ = TypeVoid;
|
||||
pc->LexValue.Typ = NULL;
|
||||
pc->LexValue.Val = &pc->LexAnyValue;
|
||||
pc->LexValue.LValueFrom = FALSE;
|
||||
pc->LexValue.ValOnHeap = FALSE;
|
||||
|
|
Loading…
Reference in a new issue