summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vtx_api.c
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2003-12-08 09:03:35 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2003-12-08 09:03:35 +0000
commit58f88a29d2eeb9cc5f4658113d0ebe11f60ab61c (patch)
tree9ee6e62e631ff78f9eb2863a395830b0698d6e2f /src/mesa/tnl/t_vtx_api.c
parent2799d2535ab013ec82c79e3f98f92cdef43dbdf3 (diff)
Committing in .
OpenVMS compile issues Modified Files: Mesa-newtree/progs/tests/cva.c Mesa-newtree/progs/tests/dinoshade.c Mesa-newtree/progs/tests/multipal.c Mesa-newtree/src/mesa/main/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms Mesa-newtree/src/mesa/tnl/t_vtx_api.c ----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/tnl/t_vtx_api.c')
-rw-r--r--src/mesa/tnl/t_vtx_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vtx_api.c b/src/mesa/tnl/t_vtx_api.c
index 8f105bef89..2fd5ccab1f 100644
--- a/src/mesa/tnl/t_vtx_api.c
+++ b/src/mesa/tnl/t_vtx_api.c
@@ -431,7 +431,7 @@ ATTRS( 15 )
static void init_attrfv( TNLcontext *tnl )
{
-#ifdef WIN32
+#if defined( WIN32 ) || defined( __VMS )
if (0) fprintf(stderr, "%s %d\n", "init_attrfv", tnl->vtx.vertex_size);
#else
if (0) fprintf(stderr, "%s %d\n", __FUNCTION__, tnl->vtx.vertex_size);