summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_debug_clip.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-30 20:25:15 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-30 20:25:15 +0000
commit9167d04dea5b66e07cb0f133295d56367868e19c (patch)
tree95378561bf1c6e683e724f49e14f43e25d85f2a1 /src/mesa/math/m_debug_clip.c
parent2ad5921cf3c9737796c3485bd5b9f738fb4a3cb9 (diff)
s/getenv/_mesa_getenv/
Diffstat (limited to 'src/mesa/math/m_debug_clip.c')
-rw-r--r--src/mesa/math/m_debug_clip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/math/m_debug_clip.c b/src/mesa/math/m_debug_clip.c
index 9a9ba13065..c95614c3d9 100644
--- a/src/mesa/math/m_debug_clip.c
+++ b/src/mesa/math/m_debug_clip.c
@@ -1,8 +1,8 @@
-/* $Id: m_debug_clip.c,v 1.4 2002/10/29 20:28:59 brianp Exp $ */
+/* $Id: m_debug_clip.c,v 1.5 2002/10/30 20:25:15 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * Version: 5.0
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
@@ -313,7 +313,7 @@ void _math_test_all_cliptest_functions( char *description )
if ( first_time ) {
first_time = 0;
- mesa_profile = getenv( "MESA_PROFILE" );
+ mesa_profile = _mesa_getenv( "MESA_PROFILE" );
}
#ifdef RUN_DEBUG_BENCHMARK