summaryrefslogtreecommitdiff
path: root/identifiers.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-02-26 21:37:40 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-02-26 21:37:40 -0500
commit82f19b0b7c3c709b6561e4229cc3c9713a999611 (patch)
treeac398abfcabbe0d17183aee5d9e19cfc5ed1911f /identifiers.c
parent93337b93661a3298d2c915fc38bf9348bcd99207 (diff)
cleaned up a few TODOs
Diffstat (limited to 'identifiers.c')
-rw-r--r--identifiers.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/identifiers.c b/identifiers.c
index cd4364e..abf8958 100644
--- a/identifiers.c
+++ b/identifiers.c
@@ -3,10 +3,6 @@
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
-#if CHAR_MAX - CHAR_MIN > 255
-#error "Currently only systems with 8-bit characters can compile toc."
-/* TODO: not necessary anymore */
-#endif
/* can this character be used in an identifier? */
static int is_ident(int c) {