No more static variables in CEXEBuild member functions

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2849 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-09-05 21:16:33 +00:00
parent 4dc04a8e5d
commit 9cd28a4c3d
3 changed files with 7 additions and 11 deletions

View file

@ -140,15 +140,12 @@ class CEXEBuild {
} *cur_ifblock;
TinyGrowBuf build_preprocessor_data;
int last_line_had_slash;
void start_ifblock();
void end_ifblock();
int num_ifblock();
/*int ignore;
int if_count;
int ignored_if_count;
int wait_for_endif;*/
int last_line_had_slash;
bool inside_comment;
void ERROR_MSG(const char *s, ...);
@ -282,6 +279,8 @@ class CEXEBuild {
char build_output_filename[1024];
int build_include_depth;
// Added by ramon 6 jun 2003
#ifdef NSIS_SUPPORT_VERSION_INFO
CResourceVersionInfo rVersionInfo;