X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fidentifier.c;h=e3b33a3382a75953b82d4a28be7793c0fa36fc9e;hb=ed109bf498216cef15a3cbf180827dc8b20eff0b;hp=c613734c94dc647ec4d2c1ca93e9e0dfb8232542;hpb=d26105c398be227dc38668ce3e742c31adef15f7;p=pspp diff --git a/src/data/identifier.c b/src/data/identifier.c index c613734c94..e3b33a3382 100644 --- a/src/data/identifier.c +++ b/src/data/identifier.c @@ -62,10 +62,11 @@ token_type_to_string (enum token_type token) switch (token) { case T_ID: - case T_MACRO_ID: case T_POS_NUM: case T_NEG_NUM: case T_STRING: + case T_MACRO_ID: + case T_MACRO_PUNCT: case T_STOP: return NULL;