blob: e3f17ed89920ca5af3fa5b93a0dd76aeae7319a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
//
// File: /yacco2/grammar-testsuite/testout_fsc.cpp
// Generated by linker.exe
// Date and Time: Mon Jun 9 08:47:15 2014
//
// Preamble code
#include "yacco2.h"
#include "testout_T_enumeration.h"
#include "yacco2_k_symbols.h"
#include "testout_terminals.h"
#include "yacco2_characters.h"
using namespace NS_testout_T_enum;
using namespace NS_testout_err_symbols;
using namespace NS_yacco2_k_symbols;
using namespace NS_testout_terminals;
using namespace NS_yacco2_characters;
// thread include and namespace
// BIT MAPS
#define TOTAL_NO_BIT_WORDS 2*1024*50
int yacco2::TOTAL_NO_BIT_WORDS__(TOTAL_NO_BIT_WORDS);
yacco2::ULINT bit_maps[TOTAL_NO_BIT_WORDS];
void* yacco2::BIT_MAPS_FOR_SALE__ = (void*)&bit_maps;
int yacco2::BIT_MAP_IDX__(0);
// There are NO THREADS emitted
void* yacco2::THDS_STABLE__ = 0;
void* yacco2::T_ARRAY_HAVING_THD_IDS__ = 0;
|