r600c: eg: 256 float4 constants may need more than 256 bytes
[mesa.git] / src / mesa / main / polygon.c
index 376a87a396770a8996980b27cd48d9dda9004d4b..30e4a606bb79ea78819b02f50ea3b860f2f788fb 100644 (file)
@@ -34,7 +34,6 @@
 #include "context.h"
 #include "image.h"
 #include "enums.h"
-#include "macros.h"
 #include "polygon.h"
 #include "mtypes.h"
 
@@ -316,7 +315,7 @@ void _mesa_init_polygon( GLcontext * ctx )
 
 
    /* Polygon Stipple group */
-   MEMSET( ctx->PolygonStipple, 0xff, 32*sizeof(GLuint) );
+   memset( ctx->PolygonStipple, 0xff, 32*sizeof(GLuint) );
 }
 
 /*@}*/