mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
replaced #ifdef 0 with #if 0
This commit is contained in:
parent
21f80baa35
commit
4097590bc6
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: x86.c,v 1.23 2001/05/21 16:33:41 gareth Exp $ */
|
||||
/* $Id: x86.c,v 1.24 2001/05/31 23:06:01 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -101,7 +101,7 @@ void _mesa_init_x86_vertex_asm( void )
|
|||
_mesa_xform_points3_v16_general = _mesa_v16_x86_general_xform;
|
||||
_mesa_cliptest_points4_v16 = _mesa_v16_x86_cliptest_points4;
|
||||
|
||||
#ifdef 0 /* DEBUG */
|
||||
#if 0 /* DEBUG */
|
||||
_math_test_all_vertex_functions( "x86" );
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue