From aea09490f5fc23a1fb65cd1f113912b9c5cb0924 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Mon, 17 Dec 2001 09:02:55 +0000 Subject: Committing in . Update OpenVMS makefile for vertex-routines #ifndef __VMS added for one print statement containing __FUNCTION__ Modified Files: Mesa/src/descrip.mms Mesa/src/tnl/t_imm_api.c ---------------------------------------------------------------------- --- src/mesa/tnl/t_imm_api.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa/tnl') diff --git a/src/mesa/tnl/t_imm_api.c b/src/mesa/tnl/t_imm_api.c index d79f9622695..94dab9acb13 100644 --- a/src/mesa/tnl/t_imm_api.c +++ b/src/mesa/tnl/t_imm_api.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_api.c,v 1.21 2001/12/15 02:13:32 brianp Exp $ */ +/* $Id: t_imm_api.c,v 1.22 2001/12/17 09:02:55 joukj Exp $ */ /* * Mesa 3-D graphics library @@ -1121,7 +1121,9 @@ static void _tnl_VertexAttrib4fNV(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { /* no-op? */ +#ifndef __VMS printf("%s(%d, %f, %f, %f, %f)\n", __FUNCTION__, index, x, y, z, w); +#endif (void) index; (void) x; (void) y; -- cgit v1.2.3