diff options
Diffstat (limited to 'web/yacco2/grammar-testsuite/testout_fsc.cpp')
-rw-r--r-- | web/yacco2/grammar-testsuite/testout_fsc.cpp | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/web/yacco2/grammar-testsuite/testout_fsc.cpp b/web/yacco2/grammar-testsuite/testout_fsc.cpp new file mode 100644 index 0000000000..e3f17ed899 --- /dev/null +++ b/web/yacco2/grammar-testsuite/testout_fsc.cpp @@ -0,0 +1,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; |