From: Zack Rusin Date: Mon, 19 Apr 2010 17:30:16 +0000 (-0400) Subject: draw llvm: fix typo (boolean, not bool) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e3e5faba89996c64f6d5b5a00b9028900ddbd64f;p=mesa.git draw llvm: fix typo (boolean, not bool) --- diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h index 2ef05cea37d..fa20c8ecc63 100644 --- a/src/gallium/auxiliary/draw/draw_private.h +++ b/src/gallium/auxiliary/draw/draw_private.h @@ -251,7 +251,7 @@ struct draw_context #ifdef HAVE_LLVM LLVMExecutionEngineRef engine; - bool use_llvm; + boolean use_llvm; #endif void *driver_private; };