Browse Source

COMP: Attempt to fix aix build

pull/1/head
Andy Cedilnik 19 years ago
parent
commit
8c38610588
  1. 1
      Source/cmCommandArgumentLexer.cxx
  2. 2
      Source/cmCommandArgumentParser.cxx
  3. 2
      Source/cmCommandArgumentParser.y
  4. 1
      Source/cmDependsJavaLexer.cxx
  5. 1
      Source/cmExprLexer.cxx

1
Source/cmCommandArgumentLexer.cxx

@ -1,3 +1,4 @@
#include "cmStandardIncludes.h"

2
Source/cmCommandArgumentParser.cxx

@ -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

2
Source/cmCommandArgumentParser.y

@ -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
Source/cmDependsJavaLexer.cxx

@ -1,3 +1,4 @@
#include "cmStandardIncludes.h"
#line 2 "cmDependsJavaLexer.cxx"
#line 4 "cmDependsJavaLexer.cxx"

1
Source/cmExprLexer.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…
Cancel
Save