X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fidentifier.c;h=07c7675bd5a3000cf3742c85505bf68b2174ebd3;hb=6e0b939b8b107b911275b616f2cef6773a523d9f;hp=e3b33a3382a75953b82d4a28be7793c0fa36fc9e;hpb=74709d3f6d7c102bb3226f7f132c8be78ce8e8c2;p=pspp diff --git a/src/data/identifier.c b/src/data/identifier.c index e3b33a3382..07c7675bd5 100644 --- a/src/data/identifier.c +++ b/src/data/identifier.c @@ -46,7 +46,6 @@ token_type_to_name (enum token_type type) #define TOKEN_TYPE(TYPE) case T_##TYPE: return #TYPE; TOKEN_TYPES #undef TOKEN_TYPE - case TOKEN_N_TYPES: default: return "unknown token type"; } @@ -144,9 +143,6 @@ token_type_to_string (enum token_type token) case T_EXP: return "**"; - - case TOKEN_N_TYPES: - NOT_REACHED (); } NOT_REACHED ();