diff options
Diffstat (limited to 'src/mesa/main/texutil_tmp.h')
-rw-r--r-- | src/mesa/main/texutil_tmp.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/main/texutil_tmp.h b/src/mesa/main/texutil_tmp.h index 7786a14612d..6a1f002fc8a 100644 --- a/src/mesa/main/texutil_tmp.h +++ b/src/mesa/main/texutil_tmp.h @@ -1,4 +1,4 @@ -/* $Id: texutil_tmp.h,v 1.3 2001/03/18 13:34:24 gareth Exp $ */ +/* $Id: texutil_tmp.h,v 1.4 2001/03/20 10:18:13 joukj Exp $ */ /* * Mesa 3-D graphics library @@ -31,6 +31,10 @@ * NOTE: All 3D code is untested and most definitely broken... */ +#ifdef VMS +#define __FUNCTION__ +#endif + #define DST_TEXEL_BYTES (4 / DST_TEXELS_PER_DWORD) #define DST_ROW_WIDTH (convert->width * DST_TEXEL_BYTES) #define DST_ROW_STRIDE (convert->imageWidth * DST_TEXEL_BYTES) |