s/SLANG_ASSEMBLE_TYPEINFO_H/SLANG_TYPEINFO_H/
authorBrian <brian@yutani.localnet.net>
Fri, 2 Feb 2007 22:31:21 +0000 (15:31 -0700)
committerBrian <brian@yutani.localnet.net>
Fri, 2 Feb 2007 22:31:21 +0000 (15:31 -0700)
src/mesa/shader/slang/slang_typeinfo.h

index 71ed9b7a5315390238fa6ac60514f3448756a7ac..2b565dfd242ad21128de8bbc5421568d998b725c 100644 (file)
@@ -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
-