Nathan R hace 3 años
padre
commit
2b5abcd4c4
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      ccmeta.leg

+ 4
- 1
ccmeta.leg Ver fichero

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

Cargando…
Cancelar
Guardar