diff --git a/Source/tokens.cpp b/Source/tokens.cpp index a2d6cba2..bc5e3169 100644 --- a/Source/tokens.cpp +++ b/Source/tokens.cpp @@ -129,8 +129,8 @@ static tokenType tokenlist[TOK__LAST] = {TOK_SEARCHPATH,"SearchPath",2,0,"$(user_var: result) filename"}, {TOK_SECTIONSETFLAGS,"SectionSetFlags",2,0,"section_index flags"}, {TOK_SECTIONGETFLAGS,"SectionGetFlags",2,0,"section_index $(user_var: output flags)"}, -{TOK_SECTIONSETINSTTYPES,"SectionSetInstTypes",2,0,"section_index flags"}, -{TOK_SECTIONGETINSTTYPES,"SectionGetInstTypes",2,0,"section_index $(user_var: output flags)"}, +{TOK_SECTIONSETINSTTYPES,"SectionSetInstTypes",2,0,"section_index inst_types"}, +{TOK_SECTIONGETINSTTYPES,"SectionGetInstTypes",2,0,"section_index $(user_var: output inst_types)"}, {TOK_SECTIONGETTEXT,"SectionGetText",2,0,"section_index $(user_var: output text)"}, {TOK_SECTIONSETTEXT,"SectionSetText",2,0,"section_index text_string"}, {TOK_SECTIONEND,"SectionEnd",0,0,""},