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