diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2019-10-26 18:45:25 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2019-10-26 18:45:25 -0400 |
commit | 35e96a90a7325edbc34b72bef60ff6f9808ebb98 (patch) | |
tree | 7fb61116c53b69f1c5838a6d1e2db9b430beef2e | |
parent | 8b31f7583aa6fc1853a0124077e704a58998e82a (diff) |
...
-rw-r--r-- | identifiers.c | 1 |
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? */ |