diff options
author | Keith Whitwell <[email protected]> | 2001-04-30 21:08:51 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-04-30 21:08:51 +0000 |
commit | 0e14d6d68eae5b9a3f8d21d63d8129db947e3580 (patch) | |
tree | d13e7d5bbac6a09c4e2eaa82013d4ef2e2cea4c5 /src/mesa/drivers | |
parent | 16837e4219e03df36c34f08cee1967b946c44536 (diff) |
Lots more eval fixes
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/common/t_dd_vb.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/drivers/common/t_dd_vb.c b/src/mesa/drivers/common/t_dd_vb.c index e3bb890365d..97be42d7e89 100644 --- a/src/mesa/drivers/common/t_dd_vb.c +++ b/src/mesa/drivers/common/t_dd_vb.c @@ -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? |