Merge branch 'origin' into glsl-compiler-1
[mesa.git] / src / mesa / shader / grammar / grammar_crt.h
1 #ifndef GRAMMAR_CRT_H
2 #define GRAMMAR_CRT_H
3
4
5 #include <stdlib.h>
6 #include <malloc.h>
7 #include <string.h>
8
9
10 typedef unsigned long grammar;
11 typedef unsigned char byte;
12
13
14 #define GRAMMAR_PORT_INCLUDE 1
15 #include "grammar.h"
16 #undef GRAMMAR_PORT_INCLUDE
17
18
19 #endif
20