summaryrefslogtreecommitdiff
path: root/web/yacco2/o2testdriver/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/yacco2/o2testdriver/globals.h')
-rw-r--r--web/yacco2/o2testdriver/globals.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/web/yacco2/o2testdriver/globals.h b/web/yacco2/o2testdriver/globals.h
new file mode 100644
index 0000000000..64dc151bd9
--- /dev/null
+++ b/web/yacco2/o2testdriver/globals.h
@@ -0,0 +1,26 @@
+/*1:*/
+//line 8 "./o2_types.w"
+
+
+
+#ifndef globals_h__
+#define globals_h__ 1
+#include <stdarg.h>
+#include <stdlib.h>
+#include <string.h>
+#include <limits.h>
+
+#include "yacco2.h"
+#include "yacco2_T_enumeration.h"
+#include "yacco2_err_symbols.h"
+#include "yacco2_characters.h"
+#include "yacco2_k_symbols.h"
+#include "yacco2_terminals.h"
+using namespace std;
+using namespace NS_yacco2_T_enum;
+using namespace NS_yacco2_k_symbols;
+using namespace NS_yacco2_terminals;
+using namespace yacco2;
+#endif
+
+/*:1*/