diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2019-08-31 20:56:56 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2019-08-31 20:56:56 -0400 |
commit | 3d784ecc2529504ad5d57da4f1216777e3f7788d (patch) | |
tree | 753f8293e684b384dc522067b51128c6a53186de /util | |
parent | daecba943794bb00be063de3127d4b863b660279 (diff) |
removed global identifier tree
Diffstat (limited to 'util')
-rw-r--r-- | util/err.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ typedef struct { } Location; /* file name of file being processed */ +/* TODO: remove this */ static const char *err_filename; /* Write directly to the error file */ |