Changed order of initialisation to fix reserved word bug
git-svn-id: http://picoc.googlecode.com/svn/trunk@54 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
parent
7cd75ae05b
commit
e267efdb96
1
parse.c
1
parse.c
|
@ -16,7 +16,6 @@ int ParseArguments(struct ParseState *Parser, int RunIt);
|
||||||
/* initialise the parser */
|
/* initialise the parser */
|
||||||
void ParseInit()
|
void ParseInit()
|
||||||
{
|
{
|
||||||
StrInit();
|
|
||||||
VariableInit();
|
VariableInit();
|
||||||
IntrinsicInit(&GlobalTable);
|
IntrinsicInit(&GlobalTable);
|
||||||
TypeInit();
|
TypeInit();
|
||||||
|
|
Loading…
Reference in a new issue