Merge branch 'gallium-0.1' into gallium-tex-surfaces
[mesa.git] / src / mesa / shader / grammar / grammar_crt.h
old mode 100755 (executable)
new mode 100644 (file)
index f0827ce..492711e
@@ -1,20 +1,20 @@
-#ifndef GRAMMAR_CRT_H\r
-#define GRAMMAR_CRT_H\r
-\r
-\r
-#include <stdlib.h>\r
-#include <malloc.h>\r
-#include <string.h>\r
-\r
-\r
-typedef unsigned long grammar;\r
-typedef unsigned char byte;\r
-\r
-\r
-#define GRAMMAR_PORT_INCLUDE 1\r
-#include "grammar.h"\r
-#undef GRAMMAR_PORT_INCLUDE\r
-\r
-\r
-#endif\r
-\r
+#ifndef GRAMMAR_CRT_H
+#define GRAMMAR_CRT_H
+
+
+#include <stdlib.h>
+#include <malloc.h>
+#include <string.h>
+
+
+typedef unsigned long grammar;
+typedef unsigned char byte;
+
+
+#define GRAMMAR_PORT_INCLUDE 1
+#include "grammar.h"
+#undef GRAMMAR_PORT_INCLUDE
+
+
+#endif
+