[Mesa-dev] [PATCH] glcpp: Reject token pasting operator in GLES

Carl Worth cworth at cworth.org
Wed Nov 28 21:41:30 PST 2012


Matt Turner <mattst88 at gmail.com> 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 <cworth at cworth.org>

-Carl

-- 
carl.d.worth at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20121128/6603ff60/attachment.pgp>


More information about the mesa-dev mailing list