Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 29 Jun 2002 19:48:15 +0000 (19:48 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 29 Jun 2002 19:48:15 +0000 (19:48 +0000)
commit4e9676fb13f60ecdbc247b120031f18cd3febcb0
tree9f310d4b547592b025b5a7063aaf2b629bef6676
parentf1ad551604122dd2679dbd31ae6b2fa1197e9848
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Instead of mstdio.[ch], use imports.[ch] to isolate these functions.
39 files changed:
src/mesa/glapi/glapi.c
src/mesa/glapi/glapi.h
src/mesa/main/colortab.c
src/mesa/main/context.c
src/mesa/main/context.h
src/mesa/main/debug.c
src/mesa/main/dispatch.c
src/mesa/main/dlist.c
src/mesa/main/enable.c
src/mesa/main/enums.c
src/mesa/main/get.c
src/mesa/main/hash.c
src/mesa/main/imports.c
src/mesa/main/imports.h
src/mesa/main/mtypes.h
src/mesa/main/texformat.c
src/mesa/main/teximage.c
src/mesa/main/texobj.c
src/mesa/main/texstate.c
src/mesa/main/texstore.c
src/mesa/main/texutil_tmp.h
src/mesa/main/vtxfmt.c
src/mesa/math/m_debug_clip.c
src/mesa/math/m_debug_norm.c
src/mesa/math/m_debug_util.h
src/mesa/math/m_debug_xform.c
src/mesa/math/m_matrix.c
src/mesa/math/m_vector.c
src/mesa/swrast_setup/ss_vb.c
src/mesa/tnl/t_array_api.c
src/mesa/tnl/t_array_import.c
src/mesa/tnl/t_imm_debug.c
src/mesa/tnl/t_imm_fixup.c
src/mesa/tnl/t_vb_render.c
src/mesa/tnl/t_vb_texgen.c
src/mesa/tnl/t_vtx_api.c
src/mesa/tnl/t_vtx_exec.c
src/mesa/tnl/t_vtx_x86.c
src/mesa/x86/common_x86.c