Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / util / u_math.c
index 63511554bf4641b7f55360ed3c2a76e3d4b07585..9a8a9ecbbdeeb824f859cd0e686ce9a1608d93c4 100644 (file)
@@ -73,11 +73,11 @@ init_log2_table(void)
 void
 util_init_math(void)
 {
 void
 util_init_math(void)
 {
-   static boolean initialized = FALSE;
+   static bool initialized = false;
    if (!initialized) {
       init_pow2_table();
       init_log2_table();
    if (!initialized) {
       init_pow2_table();
       init_log2_table();
-      initialized = TRUE;
+      initialized = true;
    }
 }
 
    }
 }