gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.

This commit is contained in:
José Fonseca
2008-02-06 14:37:49 +09:00
parent 78bce9c2dc
commit 9791d7f64c
47 changed files with 176 additions and 182 deletions

View File

@@ -381,10 +381,6 @@ static INLINE int align(int value, int alignment)
return (value + alignment - 1) & ~(alignment - 1);
}
/* Convenient...
*/
extern void _mesa_printf(const char *str, ...);
/* util/p_util.c
*/