Matt Turner <[email protected]> writes: > "##" { > + if (parser->is_gles) > + glcpp_error(yylloc, yyextra, "Token pasting (##) is illegal in > GLES"); > return PASTE;
I'm glad that is_gles flag is proving useful. Thanks for doing this one. Reviewed-by: Carl Worth <[email protected]> -Carl -- [email protected]
pgpivjL7Uop38.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
