diff options
author | Jon Taylor <[email protected]> | 2000-11-19 23:42:32 +0000 |
---|---|---|
committer | Jon Taylor <[email protected]> | 2000-11-19 23:42:32 +0000 |
commit | 1487b3ea3ed0d30fa70655247e65d0ede3eef3af (patch) | |
tree | 1f1ec314c4a4c9f3fafca1227259ff61ed692097 /src/mesa/drivers/ggi/include | |
parent | a852378a6289d154364dde440f89a39bbfc33e2d (diff) |
* More work on the auto* build system
* Added missing #includes all over the place
* Added GGI-style debugging harness to GGIMesa
Diffstat (limited to 'src/mesa/drivers/ggi/include')
-rw-r--r-- | src/mesa/drivers/ggi/include/ggi/mesa/debug.h | 3 |
1 files changed, 2 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 b07a8ad9a73..edd47e423f1 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.2 2000/01/07 08:34:44 jtaylor Exp $ +/* $Id: debug.h,v 1.3 2000/11/19 23:42:33 jtaylor Exp $ ****************************************************************************** GGIMesa debugging macros @@ -34,6 +34,7 @@ #include <ggi/types.h> #include <ggi/gg.h> +#define DEBUG __BEGIN_DECLS |