Nathan R há 3 anos
ascendente
cometimento
2b5abcd4c4
1 ficheiros alterados com 4 adições e 1 eliminações
  1. +4
    -1
      ccmeta.leg

+ 4
- 1
ccmeta.leg Ver ficheiro

@ -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 = @
%%
;

Carregando…
Cancelar
Guardar