Fixed warning.

svn-id: r13575
This commit is contained in:
Torbjörn Andersson 2004-04-13 09:25:54 +00:00
parent e03cca03d4
commit be5c529487

View File

@ -101,6 +101,7 @@ int ISTACK_PushNull(R_ISTACK stack)
stack->top++;
return STACK_SUCCESS;
}
int ISTACK_Push(R_ISTACK stack, int value)