-/* $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
/*
* $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.
*
/*****************************************************************************
* 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 ) { \