projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca78774
)
added missing #undefs at end of file
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 18 May 2001 23:58:26 +0000
(23:58 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 18 May 2001 23:58:26 +0000
(23:58 +0000)
src/mesa/math/m_xform_tmp.h
patch
|
blob
|
history
diff --git
a/src/mesa/math/m_xform_tmp.h
b/src/mesa/math/m_xform_tmp.h
index ade052bdbd27c524745e237f71a6f40cd7337d4b..96def930a1f61fa7872b24413f96405eec45136b 100644
(file)
--- 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
}