From 82f19b0b7c3c709b6561e4229cc3c9713a999611 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Wed, 26 Feb 2020 21:37:40 -0500 Subject: cleaned up a few TODOs --- identifiers.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'identifiers.c') 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 . */ -#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) { -- cgit v1.2.3