From 571c8ecc8f9442fb8bbaa1f29b1d0d4f8e5b3cad Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 9 Jul 2001 16:16:20 +0000 Subject: [PATCH] added missing \'s --- src/mesa/swrast/s_triangle.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mesa/swrast/s_triangle.c b/src/mesa/swrast/s_triangle.c index b8293bc..472d2ef 100644 --- a/src/mesa/swrast/s_triangle.c +++ b/src/mesa/swrast/s_triangle.c @@ -1,4 +1,4 @@ -/* $Id: s_triangle.c,v 1.30 2001/06/26 15:33:28 brianp Exp $ */ +/* $Id: s_triangle.c,v 1.31 2001/07/09 16:16:20 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -620,8 +620,8 @@ static void affine_textured_triangle( GLcontext *ctx, #define S_SCALE twidth #define T_SCALE theight -#define SETUP_CODE - struct affine_info info; +#define SETUP_CODE \ + struct affine_info info; \ struct gl_texture_unit *unit = ctx->Texture.Unit+0; \ struct gl_texture_object *obj = unit->Current2D; \ GLint b = obj->BaseLevel; \ @@ -914,8 +914,8 @@ static void persp_textured_triangle( GLcontext *ctx, #define INTERP_ALPHA 1 #define INTERP_TEX 1 -#define SETUP_CODE - struct persp_info info; +#define SETUP_CODE \ + struct persp_info info; \ struct gl_texture_unit *unit = ctx->Texture.Unit+0; \ struct gl_texture_object *obj = unit->Current2D; \ GLint b = obj->BaseLevel; \ -- 2.7.4