mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
llvmpipe: Match header's protection macro with filename.
This commit is contained in:
parent
cd0a396813
commit
10981c0a76
1 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue