diff options
author | Gareth Hughes <gareth@valinux.com> | 1999-11-05 20:36:55 +0000 |
---|---|---|
committer | Gareth Hughes <gareth@valinux.com> | 1999-11-05 20:36:55 +0000 |
commit | 787250cc0130a6c72f97078670988e8900c77e95 (patch) | |
tree | 55c0f91cfb69cd982de91c346073910d7ca81c0b /src/glu/mesa/tess.h | |
parent | f7190d4b1f63ce94526d526c4c6c326c6833bf2b (diff) |
Added filename, line number output for debugging messages.
Diffstat (limited to 'src/glu/mesa/tess.h')
-rw-r--r-- | src/glu/mesa/tess.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glu/mesa/tess.h b/src/glu/mesa/tess.h index f28923e34f..504ebd0872 100644 --- a/src/glu/mesa/tess.h +++ b/src/glu/mesa/tess.h @@ -1,4 +1,4 @@ -/* $Id: tess.h,v 1.14 1999/11/04 04:07:57 gareth Exp $ */ +/* $Id: tess.h,v 1.15 1999/11/05 20:37:14 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -116,6 +116,7 @@ extern int tess_dbg_level; #endif /* DEBUG */ extern INLINE void tess_msg( int level, char *format, ... ); +extern INLINE void tess_info( char *file, char *line ); #ifdef __cplusplus } |