summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-10-26 18:45:25 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-10-26 18:45:25 -0400
commit35e96a90a7325edbc34b72bef60ff6f9808ebb98 (patch)
tree7fb61116c53b69f1c5838a6d1e2db9b430beef2e
parent8b31f7583aa6fc1853a0124077e704a58998e82a (diff)
...
-rw-r--r--identifiers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/identifiers.c b/identifiers.c
index b59e67f..2dfa812 100644
--- a/identifiers.c
+++ b/identifiers.c
@@ -1,3 +1,4 @@
+/* OPTIM: use a hash table */
#if CHAR_MAX - CHAR_MIN > 255
#error "Currently only systems with 8-bit characters can compile toc."
/* TODO: maybe do a run-time error for large characters? */