From c9a5930fe45a0a0299769bd2b672ca516d1bf39e Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Mon, 27 Jul 2009 11:36:24 +0100 Subject: llvmpipe: Rename preprocessor symbols too. --- src/gallium/drivers/llvmpipe/lp_clear.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gallium/drivers/llvmpipe/lp_clear.h') diff --git a/src/gallium/drivers/llvmpipe/lp_clear.h b/src/gallium/drivers/llvmpipe/lp_clear.h index 781a867946..6d4ffccdf4 100644 --- a/src/gallium/drivers/llvmpipe/lp_clear.h +++ b/src/gallium/drivers/llvmpipe/lp_clear.h @@ -29,8 +29,8 @@ * Brian Paul */ -#ifndef SP_CLEAR_H -#define SP_CLEAR_H +#ifndef LP_CLEAR_H +#define LP_CLEAR_H #include "pipe/p_state.h" struct pipe_context; @@ -40,4 +40,4 @@ llvmpipe_clear(struct pipe_context *pipe, unsigned buffers, const float *rgba, double depth, unsigned stencil); -#endif /* SP_CLEAR_H */ +#endif /* LP_CLEAR_H */ -- cgit v1.2.3