[cmake-commits] hoffman committed cmCommandArgumentLexer.cxx 1.13 1.14 cmCommandArgumentLexer.in.l 1.9 1.10

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jun 5 09:19:29 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv17245

Modified Files:
	cmCommandArgumentLexer.cxx cmCommandArgumentLexer.in.l 
Log Message:
ENH: fix for aix


Index: cmCommandArgumentLexer.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCommandArgumentLexer.cxx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cmCommandArgumentLexer.cxx	4 Jun 2007 19:57:33 -0000	1.13
+++ cmCommandArgumentLexer.cxx	5 Jun 2007 13:19:27 -0000	1.14
@@ -1,3 +1,5 @@
+#include "cmStandardIncludes.h"
+
 #line 2 "cmCommandArgumentLexer.cxx"
 
 #line 4 "cmCommandArgumentLexer.cxx"

Index: cmCommandArgumentLexer.in.l
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCommandArgumentLexer.in.l,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cmCommandArgumentLexer.in.l	4 Jun 2007 19:57:33 -0000	1.9
+++ cmCommandArgumentLexer.in.l	5 Jun 2007 13:19:27 -0000	1.10
@@ -24,6 +24,7 @@
   flex --prefix=cmCommandArgument_yy --header-file=cmCommandArgumentLexer.h -ocmCommandArgumentLexer.cxx cmCommandArgumentLexer.in.l
 
 Modify cmCommandArgumentLexer.cxx:
+  - add #include "cmStandardIncludes.h" to top of file
   - remove TABs
   - remove "yyscanner" argument from these methods:
       yy_fatal_error, cmCommandArgument_yyalloc, cmCommandArgument_yyrealloc, cmCommandArgument_yyfree



More information about the Cmake-commits mailing list