Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 1008 of file nvvertparse.c.
Referenced by Parse_InstructionSequence().
{ GLubyte token[100]; inst->Opcode = OPCODE_END; inst->StringPos = parseState->curLine - parseState->start; /* this should fail! */ if (Parse_Token(parseState, token)) RETURN_ERROR2("Unexpected token after END:", token); else return GL_TRUE; }