Explorar o código

cmCommandArgumentParserHelper: Re-arrange data.

Size goes from 232 to 216 bytes.
Stephen Kelly %!s(int64=10) %!d(string=hai) anos
pai
achega
db24e41b9d
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      Source/cmCommandArgumentParserHelper.h

+ 4 - 4
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;