From: Oliver McFadden Date: Thu, 18 Oct 2007 16:01:42 +0000 (+0000) Subject: pipe/draw/draw_context.c:47: error: 'false' undeclared (first use in this function) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d16b844ff64082b62ad481f543fcef587a1c1612;p=mesa.git pipe/draw/draw_context.c:47: error: 'false' undeclared (first use in this function) --- diff --git a/src/mesa/pipe/draw/draw_context.c b/src/mesa/pipe/draw/draw_context.c index e2521489037..d2015bd5146 100644 --- a/src/mesa/pipe/draw/draw_context.c +++ b/src/mesa/pipe/draw/draw_context.c @@ -44,7 +44,7 @@ struct draw_context *draw_create( void ) #if defined(__i386__) || defined(__386__) draw->use_sse = getenv("GALLIUM_SSE") != NULL; #else - draw->use_sse = false; + draw->use_sse = FALSE; #endif /* create pipeline stages */