@q file: testout_types.w@> @q% Copyright Dave Bone 1998 - 2015@> @q% /*@> @q% This Source Code Form is subject to the terms of the Mozilla Public@> @q% License, v. 2.0. If a copy of the MPL was not distributed with this@> @q% file, You can obtain one at http://mozilla.org/MPL/2.0/.@> @q% */@> \input "eplain" \input "supp-pdf" \input"/yacco2/diagrams/o2mac.tex" @*2 Global definitions and files.\fbreak Basic preamble include files used by all others. @(globals.h@>= // file: globals.h // prelude files using yacco2: for o2, o2linker utilities #ifndef globals_h__ #define globals_h__ 1 #include #include #include #include #include "yacco2.h" #include "testout_T_enumeration.h" #include "testout_err_symbols.h" #include "yacco2_characters.h" #include "yacco2_k_symbols.h" #include "testout_terminals.h" using namespace std; using namespace NS_testout_T_enum; using namespace NS_yacco2_k_symbols; using namespace NS_testout_terminals; using namespace yacco2; #endif