From 35e96a90a7325edbc34b72bef60ff6f9808ebb98 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sat, 26 Oct 2019 18:45:25 -0400 Subject: ... --- identifiers.c | 1 + 1 file changed, 1 insertion(+) 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? */ -- cgit v1.2.3