From 188f2949eaf181f4aab041a6dad26fa76e746eee Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 3 Mar 2001 20:56:59 +0000 Subject: more namespace clean-ups --- src/mesa/math/m_dotprod_tmp.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mesa/math/m_dotprod_tmp.h') diff --git a/src/mesa/math/m_dotprod_tmp.h b/src/mesa/math/m_dotprod_tmp.h index 4bd875c681..88a9b37fa5 100644 --- a/src/mesa/math/m_dotprod_tmp.h +++ b/src/mesa/math/m_dotprod_tmp.h @@ -1,4 +1,4 @@ -/* $Id: m_dotprod_tmp.h,v 1.2 2000/12/26 05:09:31 keithw Exp $ */ +/* $Id: m_dotprod_tmp.h,v 1.3 2001/03/03 20:57:00 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -112,7 +112,7 @@ static void TAG(dotprod_vec4)( GLfloat *out, static void TAG(init_dotprod)( void ) { - gl_dotprod_tab[IDX&1][2] = TAG(dotprod_vec2); - gl_dotprod_tab[IDX&1][3] = TAG(dotprod_vec3); - gl_dotprod_tab[IDX&1][4] = TAG(dotprod_vec4); + _mesa_dotprod_tab[IDX&1][2] = TAG(dotprod_vec2); + _mesa_dotprod_tab[IDX&1][3] = TAG(dotprod_vec3); + _mesa_dotprod_tab[IDX&1][4] = TAG(dotprod_vec4); } -- cgit v1.2.3