From c9a5930fe45a0a0299769bd2b672ca516d1bf39e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 27 Jul 2009 11:36:24 +0100 Subject: llvmpipe: Rename preprocessor symbols too. --- src/gallium/drivers/llvmpipe/lp_quad_pipe.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gallium/drivers/llvmpipe/lp_quad_pipe.h') diff --git a/src/gallium/drivers/llvmpipe/lp_quad_pipe.h b/src/gallium/drivers/llvmpipe/lp_quad_pipe.h index 5995fdb..4c3efde 100644 --- a/src/gallium/drivers/llvmpipe/lp_quad_pipe.h +++ b/src/gallium/drivers/llvmpipe/lp_quad_pipe.h @@ -28,8 +28,8 @@ /* Authors: Keith Whitwell */ -#ifndef SP_QUAD_PIPE_H -#define SP_QUAD_PIPE_H +#ifndef LP_QUAD_PIPE_H +#define LP_QUAD_PIPE_H struct llvmpipe_context; @@ -71,4 +71,4 @@ void lp_build_quad_pipeline(struct llvmpipe_context *lp); void lp_depth_test_quad(struct quad_stage *qs, struct quad_header *quad); -#endif /* SP_QUAD_PIPE_H */ +#endif /* LP_QUAD_PIPE_H */ -- cgit v1.1