From 0d1cd6d41c22836cf196e06656ae5f34e5148deb Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 2 Feb 2007 15:31:21 -0700 Subject: s/SLANG_ASSEMBLE_TYPEINFO_H/SLANG_TYPEINFO_H/ --- src/mesa/shader/slang/slang_typeinfo.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/mesa/shader') 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 - -- cgit v1.2.3