projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bc71e3
)
s/SLANG_ASSEMBLE_TYPEINFO_H/SLANG_TYPEINFO_H/
author
Brian
<brian@yutani.localnet.net>
Fri, 2 Feb 2007 22:31:21 +0000
(15:31 -0700)
committer
Brian
<brian@yutani.localnet.net>
Fri, 2 Feb 2007 22:31:21 +0000
(15:31 -0700)
src/mesa/shader/slang/slang_typeinfo.h
patch
|
blob
|
history
diff --git
a/src/mesa/shader/slang/slang_typeinfo.h
b/src/mesa/shader/slang/slang_typeinfo.h
index 71ed9b7a5315390238fa6ac60514f3448756a7ac..2b565dfd242ad21128de8bbc5421568d998b725c 100644
(file)
--- 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
-