diff options
author | Brian Paul <[email protected]> | 2001-03-03 21:11:32 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-03-03 21:11:32 +0000 |
commit | 865322f931197c5c73c57b366b64300894565dab (patch) | |
tree | 67cddee5843e070dbb0bdf5024bf15a532e57edc /src/mesa/x86/common_x86_asm.h | |
parent | d62269757b3e40e4ddae54cc8bf0cc0e1d5d1eae (diff) |
more clean-ups
Diffstat (limited to 'src/mesa/x86/common_x86_asm.h')
-rw-r--r-- | src/mesa/x86/common_x86_asm.h | 4 |
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 985155781dc..a0f972bb179 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 ); |