diff --git a/ccmeta.leg b/ccmeta.leg index 423da65..0522ec5 100644 --- a/ccmeta.leg +++ b/ccmeta.leg @@ -1713,7 +1713,7 @@ externalDeclaration = { yylval = newComment(yytext); } | ( SEMI &{gnu} | declaration | functionDefinition - | meta + #| meta | &. &{ errmsg= "declaration expected" } error ) { yylval= $$; } @@ -1951,6 +1951,9 @@ __RESTRICT = '__restrict' !IDREST &{gnu} { $$= newToken("__restr __INLINE = '__inline' !IDREST &{gnu} { $$= newToken("__inline" ) } - _FLOAT128 = '_Float128' !IDREST &{gnu} { $$= newToken("_Float128" ) } - + +#| meta = @ + %% ;