Mesa (master): llvmpipe: Match header's protection macro with filename.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sun Oct 4 21:03:45 UTC 2009


Module: Mesa
Branch: master
Commit: 10981c0a767f146ca649e50af9871cd499b0617e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=10981c0a767f146ca649e50af9871cd499b0617e

Author: José Fonseca <jfonseca at vmware.com>
Date:   Sun Oct  4 11:35:50 2009 +0100

llvmpipe: Match header's protection macro with filename.

---

 src/gallium/drivers/llvmpipe/lp_bld_format.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_bld_format.h b/src/gallium/drivers/llvmpipe/lp_bld_format.h
index 6d3f692..c087fc9 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_format.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_format.h
@@ -25,8 +25,8 @@
  *
  **************************************************************************/
 
-#ifndef LP_BLD_H
-#define LP_BLD_H
+#ifndef LP_BLD_FORMAT_H
+#define LP_BLD_FORMAT_H
 
 
 /**
@@ -116,4 +116,4 @@ lp_build_load_rgba_soa(LLVMBuilderRef builder,
                        LLVMValueRef offsets,
                        LLVMValueRef *rgba);
 
-#endif /* !LP_BLD_H */
+#endif /* !LP_BLD_FORMAT_H */




More information about the mesa-commit mailing list