summaryrefslogtreecommitdiff
path: root/src/mesa/shader/grammar/grammar_crt.h
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2005-05-25 13:35:39 +0000
committerMichal Krol <mjkrol@gmail.org>2005-05-25 13:35:39 +0000
commit863eca99730622851f5c8ab294abd139acd2fa76 (patch)
tree9a18053cec534fecfccc99d9fc2851ab05648e06 /src/mesa/shader/grammar/grammar_crt.h
parent39e14d2cffb8627bf8b6587a6d5590f50c6910b0 (diff)
stand-alone vertsions of grammar_mesa - used by utilities;
DO NOT BUILD UNDER MESA
Diffstat (limited to 'src/mesa/shader/grammar/grammar_crt.h')
-rwxr-xr-xsrc/mesa/shader/grammar/grammar_crt.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/mesa/shader/grammar/grammar_crt.h b/src/mesa/shader/grammar/grammar_crt.h
new file mode 100755
index 0000000000..f0827ce96f
--- /dev/null
+++ b/src/mesa/shader/grammar/grammar_crt.h
@@ -0,0 +1,20 @@
+#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
+