diff options
author | Jon Taylor <[email protected]> | 2000-11-23 02:50:56 +0000 |
---|---|---|
committer | Jon Taylor <[email protected]> | 2000-11-23 02:50:56 +0000 |
commit | cdfba5d37519f7be2e1cf728588b632ea06028cb (patch) | |
tree | 07d63eb9d7a48dc8ed8785b7673b977e2bbe06c4 /src/mesa/drivers/ggi | |
parent | 30e5ef86a0e72582db428e6bed47e8652b7d3b23 (diff) |
More auto* build system updates
Diffstat (limited to 'src/mesa/drivers/ggi')
-rw-r--r-- | src/mesa/drivers/ggi/include/ggi/mesa/debug.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/drivers/ggi/include/ggi/mesa/debug.h b/src/mesa/drivers/ggi/include/ggi/mesa/debug.h index edd47e423f1..204d637922c 100644 --- a/src/mesa/drivers/ggi/include/ggi/mesa/debug.h +++ b/src/mesa/drivers/ggi/include/ggi/mesa/debug.h @@ -1,4 +1,4 @@ -/* $Id: debug.h,v 1.3 2000/11/19 23:42:33 jtaylor Exp $ +/* $Id: debug.h,v 1.4 2000/11/23 02:50:57 jtaylor Exp $ ****************************************************************************** GGIMesa debugging macros @@ -34,7 +34,9 @@ #include <ggi/types.h> #include <ggi/gg.h> +#ifndef DEBUG #define DEBUG +#endif __BEGIN_DECLS |