summaryrefslogtreecommitdiff
path: root/src/glu/mesa
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>1999-09-14 22:46:02 +0000
committerGareth Hughes <gareth@valinux.com>1999-09-14 22:46:02 +0000
commit2b2746fedd6fc7ba17e18b2e5f39fbf659c7dc42 (patch)
treef999c9c7cdea99491c777dbe3134e861b59ecaed /src/glu/mesa
parentbbe0c46722a2fb3287f953aa949a9b31ca71ee68 (diff)
Added debugging output.
Diffstat (limited to 'src/glu/mesa')
-rw-r--r--src/glu/mesa/tess.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/glu/mesa/tess.h b/src/glu/mesa/tess.h
index cd5a55e431..8ebb832c8a 100644
--- a/src/glu/mesa/tess.h
+++ b/src/glu/mesa/tess.h
@@ -1,4 +1,4 @@
-/* $Id: tess.h,v 1.4 1999/09/13 22:20:13 gareth Exp $ */
+/* $Id: tess.h,v 1.5 1999/09/14 22:46:02 gareth Exp $ */
/*
* Mesa 3-D graphics library
@@ -26,6 +26,9 @@
/*
* $Log: tess.h,v $
+ * Revision 1.5 1999/09/14 22:46:02 gareth
+ * Added debugging output.
+ *
* Revision 1.4 1999/09/13 22:20:13 gareth
* Fixed file headers. Tracking down macro bugs.
*
@@ -88,10 +91,10 @@ extern void tess_error_callback( GLUtesselator *, GLenum, void * );
/*****************************************************************************
* Debugging output: (to be removed...)
*****************************************************************************/
+#ifdef DEBUG
extern int tess_debug_level;
int vdebugstr( char *format_str, ... );
-#ifdef _DEBUG
#define DEBUGP(level, body) \
do { \
if ( tess_debug_level >= level ) { \