COMP: Attempt to fix aix build
This commit is contained in:
parent
94e908ff2d
commit
8c38610588
|
@ -1,3 +1,4 @@
|
|||
#include "cmStandardIncludes.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -128,6 +128,8 @@ Modify cmCommandArgumentParser.cxx:
|
|||
|
||||
*/
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
|
||||
/* Configure the parser to use a lexer object. */
|
||||
#define YYPARSE_PARAM yyscanner
|
||||
#define YYLEX_PARAM yyscanner
|
||||
|
|
|
@ -28,6 +28,8 @@ Modify cmCommandArgumentParser.cxx:
|
|||
|
||||
*/
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
|
||||
/* Configure the parser to use a lexer object. */
|
||||
#define YYPARSE_PARAM yyscanner
|
||||
#define YYLEX_PARAM yyscanner
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include "cmStandardIncludes.h"
|
||||
#line 2 "cmDependsJavaLexer.cxx"
|
||||
|
||||
#line 4 "cmDependsJavaLexer.cxx"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include "cmStandardIncludes.h"
|
||||
#line 2 "/home/andy/vtk/CMake-bin/Source/cmExprLexer.cxx"
|
||||
|
||||
#line 4 "/home/andy/vtk/CMake-bin/Source/cmExprLexer.cxx"
|
||||
|
|
Loading…
Reference in New Issue