X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=token.c;h=5f395c70dcf8517b02209db6a6c33cfc00f257b3;hb=42e9d19f816a47115767a727e8a0c25ba49262cc;hp=a0a7d7e8d36b2f28422f30f234f29f6a07ba73b8;hpb=3f3626e6201bcee6887faa3f206a3d73c152f37d;p=cparser diff --git a/token.c b/token.c index a0a7d7e..5f395c7 100644 --- a/token.c +++ b/token.c @@ -137,10 +137,7 @@ void print_token(FILE *f, const token_t *token) fprintf(f, "identifier '%s'", token->identifier.symbol->string); break; case T_INTEGER: - case T_INTEGER_OCTAL: - case T_INTEGER_HEXADECIMAL: case T_FLOATINGPOINT: - case T_FLOATINGPOINT_HEXADECIMAL: print_token_kind(f, (token_kind_t)token->kind); fputs(" '", f); print_stringrep(&token->number.number, f);