Did reductions on Module, NS, Operator, OpCast, Pragma, PreprocessCond, Template, and Type codes

This commit is contained in:
2024-12-02 18:35:34 -05:00
parent 8f47f3b30f
commit 05e65aa464
5 changed files with 258 additions and 227 deletions

View File

@ -145,7 +145,7 @@ void define_constants()
# define def_constant_code_type( Type_ ) \
t_##Type_ = def_type( name(Type_) ); \
t_##Type_.set_global();
set_global(t_##Type_);
def_constant_code_type( auto );
def_constant_code_type( void );