Reorder code corresponding to how it outputs
This commit is contained in:
parent
dbdd3bacf5
commit
f4d0f7f6d9
@ -9,9 +9,9 @@
|
||||
|
||||
typedef struct {
|
||||
CORD local_typedefs;
|
||||
CORD typeinfos;
|
||||
CORD staticdefs;
|
||||
CORD funcs;
|
||||
CORD typeinfos;
|
||||
CORD variable_initializers;
|
||||
CORD function_naming;
|
||||
} compilation_unit_t;
|
||||
|
Loading…
Reference in New Issue
Block a user