summaryrefslogtreecommitdiff
path: root/src/mesa/x86/common_x86_asm.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-03-03 21:11:32 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-03-03 21:11:32 +0000
commit865322f931197c5c73c57b366b64300894565dab (patch)
tree67cddee5843e070dbb0bdf5024bf15a532e57edc /src/mesa/x86/common_x86_asm.h
parentd62269757b3e40e4ddae54cc8bf0cc0e1d5d1eae (diff)
more clean-ups
Diffstat (limited to 'src/mesa/x86/common_x86_asm.h')
-rw-r--r--src/mesa/x86/common_x86_asm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/x86/common_x86_asm.h b/src/mesa/x86/common_x86_asm.h
index 985155781d..a0f972bb17 100644
--- a/src/mesa/x86/common_x86_asm.h
+++ b/src/mesa/x86/common_x86_asm.h
@@ -1,4 +1,4 @@
-/* $Id: common_x86_asm.h,v 1.5 2001/03/03 20:33:30 brianp Exp $ */
+/* $Id: common_x86_asm.h,v 1.6 2001/03/03 21:11:32 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -57,7 +57,7 @@
#endif
#endif
-extern int gl_x86_cpu_features;
+extern int _mesa_x86_cpu_features;
extern void _mesa_init_all_x86_transform_asm( void );
extern void _mesa_init_all_x86_vertex_asm( void );