diff options
author | Brian Paul <[email protected]> | 2005-06-19 14:57:34 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-06-19 14:57:34 +0000 |
commit | 38332a6d94d4f9541bff939522230731f1705e04 (patch) | |
tree | 73714196e95932a1f0f07fded76b4b6fa1cfce08 /src/mesa/tnl/t_vp_build.c | |
parent | 4e7df2746638e67c09c5e5d0e5157345f9470122 (diff) |
Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're not
using GCC or VMS.
Diffstat (limited to 'src/mesa/tnl/t_vp_build.c')
-rw-r--r-- | src/mesa/tnl/t_vp_build.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c index 603da765b4a..74ab9a68928 100644 --- a/src/mesa/tnl/t_vp_build.c +++ b/src/mesa/tnl/t_vp_build.c @@ -519,10 +519,6 @@ static void emit_op3fn(struct tnl_program *p, debug_insn(inst, fn, line); } - -#ifdef __VMS -#define __FUNCTION__ "VMS$NL:" -#endif #define emit_op3(p, op, dst, mask, src0, src1, src2) \ emit_op3fn(p, op, dst, mask, src0, src1, src2, __FUNCTION__, __LINE__) |