Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.

Instead of mstdio.[ch], use imports.[ch] to isolate these functions.
This commit is contained in:
Brian Paul
2002-06-29 19:48:15 +00:00
parent f1ad551604
commit 4e9676fb13
39 changed files with 610 additions and 596 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: context.h,v 1.32 2002/06/15 02:38:15 brianp Exp $ */
/* $Id: context.h,v 1.33 2002/06/29 19:48:15 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -31,6 +31,7 @@
#include "glapi.h"
#include "mtypes.h"
#include "imports.h"
/*
@@ -229,20 +230,7 @@ _mesa_get_dispatch(GLcontext *ctx);
*/
extern void
_mesa_problem( const GLcontext *ctx, const char *s );
extern void
_mesa_warning( const GLcontext *ctx, const char *s );
extern void
_mesa_error( GLcontext *ctx, GLenum error, const char *s );
extern void
_mesa_debug( const GLcontext *ctx, const char *fmtString, ... );
extern void
_mesa_printf( const GLcontext *ctx, const char *fmtString, ... );
_mesa_record_error( GLcontext *ctx, GLenum error );
extern void