From 2cbbd3dc50eb3656cfabbd948a594e03c8134943 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 22 Apr 2005 02:56:21 +0000 Subject: [PATCH] undef DEPTH_TYPE at end --- src/mesa/swrast/s_tritemp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/swrast/s_tritemp.h b/src/mesa/swrast/s_tritemp.h index c09f1eddf0d..0be17ed0b38 100644 --- a/src/mesa/swrast/s_tritemp.h +++ b/src/mesa/swrast/s_tritemp.h @@ -1304,6 +1304,7 @@ static void NAME(GLcontext *ctx, const SWvertex *v0, #undef PIXEL_TYPE #undef BYTES_PER_ROW #undef PIXEL_ADDRESS +#undef DEPTH_TYPE #undef INTERP_Z #undef INTERP_W -- 2.30.2