gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user