Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
26253b28ec88783780f1d36b3cdb47a7eacc1c78
/
.
/
compiler
/
src
/
globals.h
blob: db7e3925ca2540e44a551ff04e001088a26ad7a3 [
file
] [
log
] [
blame
]
#ifndef
T_GLOBALS_H
#define
T_GLOBALS_H
class
t_program
;
/** Global variable: the master program parse tree */
extern
t_program
*
g_program
;
/** Global debug state */
extern
int
g_debug
;
/** Global time string */
extern
char
*
g_time_str
;
#endif