SCI: Remove unused argument to said

This commit is contained in:
Willem Jan Palenstijn 2011-03-08 22:50:10 +01:00
parent b0cd614fd5
commit eece58df7f
5 changed files with 5 additions and 9 deletions

View file

@ -70,7 +70,7 @@ reg_t kSaid(EngineState *s, int argc, reg_t *argv) {
return NULL_REG;
}
new_lastmatch = said(s, said_block, debug_parser);
new_lastmatch = said(said_block, debug_parser);
if (new_lastmatch != SAID_NO_MATCH) { /* Build and possibly display a parse tree */
#ifdef DEBUG_PARSER