diff options
author | Adam Jackson <ajax@freedesktop.org> | 2005-01-23 02:12:23 +0000 |
---|---|---|
committer | Adam Jackson <ajax@freedesktop.org> | 2005-01-23 02:12:23 +0000 |
commit | e82d5f2be944b1b4cbdfa5d531657766d427a34f (patch) | |
tree | 8c10a481c760dd90c728c66bd2d04062fa5f0173 /src/mesa/drivers/dri/s3v/s3v_macros.h | |
parent | 8736c228cb20e5e62cff01ae86c300633d607bad (diff) |
silence makedepend warnings about non-portable whitespace
Diffstat (limited to 'src/mesa/drivers/dri/s3v/s3v_macros.h')
-rw-r--r-- | src/mesa/drivers/dri/s3v/s3v_macros.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mesa/drivers/dri/s3v/s3v_macros.h b/src/mesa/drivers/dri/s3v/s3v_macros.h index b54d506788..0779006cdc 100644 --- a/src/mesa/drivers/dri/s3v/s3v_macros.h +++ b/src/mesa/drivers/dri/s3v/s3v_macros.h @@ -18,25 +18,25 @@ /* Note: The argument to DEBUG*() _must_ be enclosed in parenthesis */ #if (GENERIC_DEBUG || FLOW_DEBUG || DMABUFS_DEBUG) - #include <stdio.h> +#include <stdio.h> #endif #if GENERIC_DEBUG - #define DEBUG(str) printf str +#define DEBUG(str) printf str #else - #define DEBUG(str) +#define DEBUG(str) #endif #if FLOW_DEBUG - #define DEBUG_WHERE(str) printf str +#define DEBUG_WHERE(str) printf str #else - #define DEBUG_WHERE(str) +#define DEBUG_WHERE(str) #endif #if DMABUFS_DEBUG - #define DEBUG_BUFS(str) printf str +#define DEBUG_BUFS(str) printf str #else - #define DEBUG_BUFS(str) +#define DEBUG_BUFS(str) #endif |