Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
d7cc1c4e63e5d19a567d871d21277aa1fc6fea6a
/
.
/
compiler
/
cpp
/
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