diff options
author | Brian <brian@yutani.localnet.net> | 2007-02-02 15:31:21 -0700 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-02-02 15:31:21 -0700 |
commit | 0d1cd6d41c22836cf196e06656ae5f34e5148deb (patch) | |
tree | 8b1af2126840ddb39538d56eaeb5e65526e37fa9 | |
parent | 1bc71e32ea281077fed6f77bf4c1d63c65eb14f6 (diff) |
s/SLANG_ASSEMBLE_TYPEINFO_H/SLANG_TYPEINFO_H/
-rw-r--r-- | src/mesa/shader/slang/slang_typeinfo.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mesa/shader/slang/slang_typeinfo.h b/src/mesa/shader/slang/slang_typeinfo.h index 71ed9b7a53..2b565dfd24 100644 --- a/src/mesa/shader/slang/slang_typeinfo.h +++ b/src/mesa/shader/slang/slang_typeinfo.h @@ -22,8 +22,8 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef SLANG_ASSEMBLE_TYPEINFO_H -#define SLANG_ASSEMBLE_TYPEINFO_H 1 +#ifndef SLANG_TYPEINFO_H +#define SLANG_TYPEINFO_H 1 #include "imports.h" #include "mtypes.h" @@ -199,6 +199,4 @@ extern GLuint _slang_type_dim(slang_type_specifier_type); - #endif - |