diff options
author | Stephane Marchesin <[email protected]> | 2008-11-16 20:32:05 +0100 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2008-11-16 20:32:05 +0100 |
commit | 7b0e0e1a0d571291851e8a7b2e64c8425055cd69 (patch) | |
tree | a8ef37b0b11776f3c4b78702b05bd914d9a023da /src/gallium/auxiliary/gallivm/gallivm_p.h | |
parent | 96ad8a36003a21180ad6b61aa0b7d7c9452b3449 (diff) |
gallivm: fix some small stuff.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/gallivm_p.h')
-rw-r--r-- | src/gallium/auxiliary/gallivm/gallivm_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/gallivm/gallivm_p.h b/src/gallium/auxiliary/gallivm/gallivm_p.h index ebf3e11cd56..d2c5852bdf7 100644 --- a/src/gallium/auxiliary/gallivm/gallivm_p.h +++ b/src/gallium/auxiliary/gallivm/gallivm_p.h @@ -101,10 +101,10 @@ static INLINE int gallivm_w_swizzle(int swizzle) return w; } -#endif /* MESA_LLVM */ - #if defined __cplusplus } #endif +#endif /* MESA_LLVM */ + #endif |