Lots more eval fixes

This commit is contained in:
Keith Whitwell
2001-04-30 21:08:51 +00:00
parent 16837e4219
commit 0e14d6d68e
13 changed files with 418 additions and 318 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: t_dd_vb.c,v 1.12 2001/04/29 08:48:43 keithw Exp $ */
/* $Id: t_dd_vb.c,v 1.13 2001/04/30 21:08:52 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -39,6 +39,10 @@
#define LOCALVARS
#endif
#ifndef CHECK_HW_DIVIDE
#define CHECK_HW_DIVIDE 1
#endif
/* These don't need to be duplicated, but there's currently nowhere
* really convenient to put them. Need to build some actual .o files in
* this directory?