diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-16 14:27:18 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-16 14:27:18 -0400 |
| commit | 68c4731ae68b3d2a73c212c5bb342fe1a2d5e270 (patch) | |
| tree | bd224429addc6e8cf6146c10a59c7c889cf816d1 /tomo.c | |
| parent | 5f685cbbe57fd6d3558efdbfb685dd5f177eaf34 (diff) | |
Show more error info
Diffstat (limited to 'tomo.c')
| -rw-r--r-- | tomo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ typedef enum { MODE_TRANSPILE = 0, MODE_COMPILE_OBJ = 1, MODE_COMPILE_SHARED_OBJ static bool verbose = false; static bool show_codegen = false; -static CORD autofmt, cconfig, cflags, ldlibs, ldflags, cc; +static CORD autofmt = CORD_EMPTY, cconfig = CORD_EMPTY, cflags = CORD_EMPTY, ldlibs = CORD_EMPTY, ldflags = CORD_EMPTY, cc = CORD_EMPTY; static int transpile_header(env_t *base_env, const char *filename, bool force_retranspile); static int transpile_code(env_t *base_env, const char *filename, bool force_retranspile); |
