From: eck Date: Fri, 28 Sep 1990 14:03:15 +0000 (+0000) Subject: removed some names from tokenname.c X-Git-Tag: release-5-5~1496 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fc6247ca5ee732079e2c8533c502c34f1c3be538;p=ack.git removed some names from tokenname.c --- diff --git a/lang/cem/cemcom.ansi/tokenname.c b/lang/cem/cemcom.ansi/tokenname.c index ffaa488b0..fe97b4044 100644 --- a/lang/cem/cemcom.ansi/tokenname.c +++ b/lang/cem/cemcom.ansi/tokenname.c @@ -102,13 +102,6 @@ struct tokenname tkidf[] = { /* names of the identifier tokens */ #ifdef ____ struct tokenname tkfunny[] = { /* internal keywords */ -/* The following may be removed after testing: - {Q_VOID, "void"}, - {Q_CHAR, "char"}, - {Q_INT, "int"}, - {Q_FLOAT, "float"}, - {Q_DOUBLE, "double"}, -*/ {LNGDBL, "long double"}, {ULONG, "unsigned long"}, @@ -116,7 +109,6 @@ struct tokenname tkfunny[] = { /* internal keywords */ {FUNCTION, "function"}, {POINTER, "pointer"}, {FIELD, "field"}, - {NEWLINE, "newline"}, {GLOBAL, "global"}, {IMPLICIT, "implicit"},