Usermode/SpiderScript - Restructured namespace handling, fixed a few bytecode bugs
[tpg/acess2.git] / Usermode / Libraries / libspiderscript.so_src / parse.c
index 5be878d..321c15f 100644 (file)
@@ -853,7 +853,7 @@ tAST_Node *Parse_DoValue(tParser *Parser)
                return Parse_GetVariable(Parser);
        case TOK_RWD_NULL:
                GetToken(Parser);
-               return AST_NewNop(Parser);      // NODETYPE_NOP returns NULL
+               return AST_NewNull(Parser);     // nODETYPE_NOP returns NULL
        case TOK_RWD_NEW:
                GetToken(Parser);
                return Parse_GetIdent(Parser, 1);

UCC git Repository :: git.ucc.asn.au