LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
common.hh
Go to the documentation of this file.
1 
10 #ifndef COMMON_HH
11 # define COMMON_HH
12 
13 # include <misc/timer.hh>
14 # include <misc/error.hh>
15 
19 extern const char* program_name;
20 
22 extern const char* program_version;
23 
25 extern const char* program_bug_address;
26 
28 extern const char* program_doc;
29 extern const char* program_args_doc;
30 
32 
33 
35 extern misc::timer task_timer;
36 
38 extern const char* filename;
39 
41 extern misc::error task_error;
42 
43 #endif // !COMMON_HH