Mesa (master): util: Use #ifdef instead of #if.

Vinson Lee vlee at kemper.freedesktop.org
Sun Aug 22 06:37:22 UTC 2010


Module: Mesa
Branch: master
Commit: 3bdbccef2adfc699a737d7d25911004938bbbfcc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3bdbccef2adfc699a737d7d25911004938bbbfcc

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Aug 21 23:36:30 2010 -0700

util: Use #ifdef instead of #if.

This is a typo fix of earlier commit 0f3b3751b8643352dcc242567b3696bd1505df1d.

---

 src/gallium/auxiliary/util/u_cpu_detect.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_cpu_detect.c b/src/gallium/auxiliary/util/u_cpu_detect.c
index 5d0b16d..32519b1 100644
--- a/src/gallium/auxiliary/util/u_cpu_detect.c
+++ b/src/gallium/auxiliary/util/u_cpu_detect.c
@@ -73,7 +73,7 @@
 #endif
 
 
-#if DEBUG
+#ifdef DEBUG
 DEBUG_GET_ONCE_BOOL_OPTION(dump_cpu, "GALLIUM_DUMP_CPU", FALSE)
 #endif
 




More information about the mesa-commit mailing list