diff options
author | Brian Paul <[email protected]> | 2001-05-18 23:58:26 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-05-18 23:58:26 +0000 |
commit | d577248b8973bee8fa4f84be9f6c87eb33a3f163 (patch) | |
tree | e2f7d998da02f4167d7be9ae5c0b83c580700ed4 /src/mesa/math | |
parent | ca78774fc71aa0197c451e924588ad77693447c9 (diff) |
added missing #undefs at end of file
Diffstat (limited to 'src/mesa/math')
-rw-r--r-- | src/mesa/math/m_xform_tmp.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/math/m_xform_tmp.h b/src/mesa/math/m_xform_tmp.h index ade052bdbd2..96def930a1f 100644 --- a/src/mesa/math/m_xform_tmp.h +++ b/src/mesa/math/m_xform_tmp.h @@ -1,4 +1,4 @@ -/* $Id: m_xform_tmp.h,v 1.6 2001/03/30 14:44:43 gareth Exp $ */ +/* $Id: m_xform_tmp.h,v 1.7 2001/05/18 23:58:26 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -800,4 +800,8 @@ static void _XFORMAPI TAG(init_c_transformations)( void ) TAG_TAB_4[MATRIX_3D] = TAG(transform_points4_3d); #undef TAG_TAB +#undef TAG_TAB_1 +#undef TAG_TAB_2 +#undef TAG_TAB_3 +#undef TAG_TAB_4 } |