From: Vinson Lee Date: Sun, 22 Aug 2010 06:36:30 +0000 (-0700) Subject: util: Use #ifdef instead of #if. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3bdbccef2adfc699a737d7d25911004938bbbfcc;p=mesa.git util: Use #ifdef instead of #if. This is a typo fix of earlier commit 0f3b3751b8643352dcc242567b3696bd1505df1d. --- diff --git a/src/gallium/auxiliary/util/u_cpu_detect.c b/src/gallium/auxiliary/util/u_cpu_detect.c index 5d0b16d28e1..32519b148b6 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