SCI: Turned synonyms list into a Common::List

svn-id: r39669
This commit is contained in:
Max Horn 2009-03-24 17:41:26 +00:00
parent 3e2c1a39e2
commit d38590e6d4
8 changed files with 22 additions and 55 deletions

View file

@ -1037,7 +1037,7 @@ int c_parse(EngineState *s) {
if (!words.empty()) {
int syntax_fail = 0;
vocab_synonymize_tokens(words, s->synonyms, s->synonyms_nr);
vocab_synonymize_tokens(words, s->_synonyms);
sciprintf("Parsed to the following blocks:\n");