summaryrefslogtreecommitdiffstats
path: root/Source/cmCommandArgumentParserHelper.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-07 07:40:57 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-07 07:41:19 (GMT)
commitdb24e41b9d939fb8ad9106f7a8511670505a8ad0 (patch)
treef003cdb4d785f71dc4c4d31f8fd4b6de74d18e63 /Source/cmCommandArgumentParserHelper.h
parent4cd13e80f00d4441112f400ff774d91a7fecfff8 (diff)
downloadCMake-db24e41b9d939fb8ad9106f7a8511670505a8ad0.zip
CMake-db24e41b9d939fb8ad9106f7a8511670505a8ad0.tar.gz
CMake-db24e41b9d939fb8ad9106f7a8511670505a8ad0.tar.bz2
cmCommandArgumentParserHelper: Re-arrange data.
Size goes from 232 to 216 bytes.
Diffstat (limited to 'Source/cmCommandArgumentParserHelper.h')
-rw-r--r--Source/cmCommandArgumentParserHelper.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmCommandArgumentParserHelper.h b/Source/cmCommandArgumentParserHelper.h
index d375ae6..387afc6 100644
--- a/Source/cmCommandArgumentParserHelper.h
+++ b/Source/cmCommandArgumentParserHelper.h
@@ -80,8 +80,6 @@ private:
std::string::size_type InputBufferPos;
std::string InputBuffer;
std::vector<char> OutputBuffer;
- int CurrentLine;
- int Verbose;
void Print(const char* place, const char* str);
void SafePrintMissing(const char* str, int line, int cnt);
@@ -94,12 +92,14 @@ private:
std::vector<char*> Variables;
const cmMakefile* Makefile;
std::string Result;
+ std::string ErrorString;
const char* FileName;
+ long FileLine;
+ int CurrentLine;
+ int Verbose;
bool WarnUninitialized;
bool CheckSystemVars;
- long FileLine;
bool EscapeQuotes;
- std::string ErrorString;
bool NoEscapeMode;
bool ReplaceAtSyntax;
bool RemoveEmpty;