summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-08-31 20:56:56 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-08-31 20:56:56 -0400
commit3d784ecc2529504ad5d57da4f1216777e3f7788d (patch)
tree753f8293e684b384dc522067b51128c6a53186de /util
parentdaecba943794bb00be063de3127d4b863b660279 (diff)
removed global identifier tree
Diffstat (limited to 'util')
-rw-r--r--util/err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/err.c b/util/err.c
index 5ff28ad..e53b16f 100644
--- a/util/err.c
+++ b/util/err.c
@@ -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 */