mirror of
https://github.com/Ed94/gencpp.git
synced 2024-12-22 07:44:45 -08:00
codestruct mssing frm c_library.reefactor
This commit is contained in:
parent
2a025cb073
commit
71b7320e1c
@ -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"),
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user