temporary _mesa_printf symbol

This commit is contained in:
keithw
2007-11-21 17:12:39 +00:00
committed by José Fonseca
parent e87efe7407
commit 6e876d1d32

View File

@@ -301,4 +301,8 @@ static INLINE float LOG2(float val)
#define CEILF(x) ((float) ceil(x))
#endif
/* Convenient...
*/
extern void _mesa_printf(const char *str, ...);
#endif