mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-06 21:55:44 -07:00
Compare commits
3 Commits
de_oop
...
71b7320e1c
Author | SHA1 | Date | |
---|---|---|---|
71b7320e1c | |||
2a025cb073 | |||
a390e7f895 |
@ -752,6 +752,7 @@ R"(#define AST_ArrSpecs_Cap \
|
||||
txt("CodeParams"),
|
||||
txt("CodePreprocessCond"),
|
||||
txt("CodeSpecifiers"),
|
||||
txt("CodeStruct"),
|
||||
txt("CodeTemplate"),
|
||||
txt("CodeTypename"),
|
||||
txt("CodeTypedef"),
|
||||
|
@ -340,6 +340,7 @@ word CodePragma, gen_CodePragma
|
||||
word CodeParams, gen_CodeParams
|
||||
word CodePreprocessCond, gen_CodePreprocessCond
|
||||
word CodeSpecifiers, gen_CodeSpecifiers
|
||||
word CodeStruct, gen_CodeStruct
|
||||
word CodeTemplate, gen_CodeTemplate
|
||||
word CodeTypename, gen_CodeTypename
|
||||
word CodeTypedef, gen_CodeTypedef
|
||||
|
Reference in New Issue
Block a user