X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fidentifier.c;h=07c7675bd5a3000cf3742c85505bf68b2174ebd3;hb=320622191b3de640da6ba0e347a94d28493711ae;hp=e3b33a3382a75953b82d4a28be7793c0fa36fc9e;hpb=ed109bf498216cef15a3cbf180827dc8b20eff0b;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 ();