aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-02-10 14:24:14 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-02-10 14:24:14 -0500
commitf4d0f7f6d934395beb92233313795fb59a1cc2a6 (patch)
tree2e1b2c0944685ac9c33545bfe620c13b067b1e0f /environment.h
parentdbdd3bacf57a09d6c66f37e68db42cf0c049369d (diff)
Reorder code corresponding to how it outputs
Diffstat (limited to 'environment.h')
-rw-r--r--environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.h b/environment.h
index 364fe8cd..8f4eb1c1 100644
--- a/environment.h
+++ b/environment.h
@@ -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;