diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-10-30 14:02:34 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-10-30 14:02:34 -0400 |
| commit | fb683a2b1b962da4f00eb86c57b9c75fbcdf9908 (patch) | |
| tree | b8d3cb84bcc1d0255cba900f32e037d6f575a3d0 /structs.c | |
| parent | bdca4fc6e1d3a9ce1306313528067f012a60341b (diff) | |
Organize typedef headers so the typedefs come before the namespace
members
Diffstat (limited to 'structs.c')
| -rw-r--r-- | structs.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -74,8 +74,7 @@ CORD compile_struct_header(env_t *env, ast_t *ast) "};\n" "};\n" "} ", namespace_prefix(env, env->namespace), "$Optional", def->name, "_t;\n" - "extern const TypeInfo_t ", full_name, ";\n", - compile_namespace_header(env, def->name, def->namespace)); + "extern const TypeInfo_t ", full_name, ";\n"); } // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
