mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-15 18:08:59 -07:00
Additions and fixes based off genc repo
Typedef parses enum namespaced types properly (C typedefs of enums to expose to global scope).
This commit is contained in:
@ -5754,6 +5754,7 @@ namespace gen
|
||||
}
|
||||
|
||||
if ( currtok.Type == TokType::Decl_Class
|
||||
|| currtok.Type == TokType::Decl_Enum
|
||||
|| currtok.Type == TokType::Decl_Struct )
|
||||
{
|
||||
name = currtok;
|
||||
|
Reference in New Issue
Block a user