From: Oliver McFadden Date: Thu, 18 Oct 2007 14:45:32 +0000 (+0000) Subject: sp_context.c:255: error: 'false' undeclared (first use in this function) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7cd58433fa59fe9db38b515a48feeef23405630e;p=mesa.git sp_context.c:255: error: 'false' undeclared (first use in this function) --- diff --git a/src/mesa/pipe/softpipe/sp_context.c b/src/mesa/pipe/softpipe/sp_context.c index daccc8fe238..f2f2e36869d 100644 --- a/src/mesa/pipe/softpipe/sp_context.c +++ b/src/mesa/pipe/softpipe/sp_context.c @@ -252,7 +252,7 @@ struct pipe_context *softpipe_create( struct pipe_winsys *pipe_winsys, #if defined(__i386__) || defined(__386__) softpipe->use_sse = getenv("GALLIUM_SSE") != NULL; #else - softpipe->use_sse = false; + softpipe->use_sse = FALSE; #endif softpipe->pipe.winsys = pipe_winsys;