1 Commits

Author SHA1 Message Date
Ed_
71b7320e1c codestruct mssing frm c_library.reefactor 2024-12-11 16:00:39 -05:00
2 changed files with 2 additions and 0 deletions

View File

@ -752,6 +752,7 @@ R"(#define AST_ArrSpecs_Cap \
txt("CodeParams"), txt("CodeParams"),
txt("CodePreprocessCond"), txt("CodePreprocessCond"),
txt("CodeSpecifiers"), txt("CodeSpecifiers"),
txt("CodeStruct"),
txt("CodeTemplate"), txt("CodeTemplate"),
txt("CodeTypename"), txt("CodeTypename"),
txt("CodeTypedef"), txt("CodeTypedef"),

View File

@ -340,6 +340,7 @@ word CodePragma, gen_CodePragma
word CodeParams, gen_CodeParams word CodeParams, gen_CodeParams
word CodePreprocessCond, gen_CodePreprocessCond word CodePreprocessCond, gen_CodePreprocessCond
word CodeSpecifiers, gen_CodeSpecifiers word CodeSpecifiers, gen_CodeSpecifiers
word CodeStruct, gen_CodeStruct
word CodeTemplate, gen_CodeTemplate word CodeTemplate, gen_CodeTemplate
word CodeTypename, gen_CodeTypename word CodeTypename, gen_CodeTypename
word CodeTypedef, gen_CodeTypedef word CodeTypedef, gen_CodeTypedef