X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=diagnostic.h;h=663e6dc944edc97d58b3a8ebcff2d9c86139dcb3;hb=bee0944f1dc4f1aba765aa71e507d10924bd37f8;hp=2ce3b5d852eb8a6fcafc99898c14e0a9b625c160;hpb=68a770de4603c696518d3dd2f278985262a1a2a2;p=cparser diff --git a/diagnostic.h b/diagnostic.h index 2ce3b5d..663e6dc 100644 --- a/diagnostic.h +++ b/diagnostic.h @@ -47,8 +47,8 @@ * %Y const symbol_t * * %E const expression_t * * %Q unsigned (qualifier) - * %T type_t - * %K token_t + * %T const type_t* + * %K const token_t* * %k token_kind_t * %P const source_position_t * *