ENH: fix for aix
This commit is contained in:
parent
7b6f03423d
commit
937afc6b9b
|
@ -1,3 +1,5 @@
|
||||||
|
#include "cmStandardIncludes.h"
|
||||||
|
|
||||||
#line 2 "cmCommandArgumentLexer.cxx"
|
#line 2 "cmCommandArgumentLexer.cxx"
|
||||||
|
|
||||||
#line 4 "cmCommandArgumentLexer.cxx"
|
#line 4 "cmCommandArgumentLexer.cxx"
|
||||||
|
|
|
@ -24,6 +24,7 @@ Run flex like this:
|
||||||
flex --prefix=cmCommandArgument_yy --header-file=cmCommandArgumentLexer.h -ocmCommandArgumentLexer.cxx cmCommandArgumentLexer.in.l
|
flex --prefix=cmCommandArgument_yy --header-file=cmCommandArgumentLexer.h -ocmCommandArgumentLexer.cxx cmCommandArgumentLexer.in.l
|
||||||
|
|
||||||
Modify cmCommandArgumentLexer.cxx:
|
Modify cmCommandArgumentLexer.cxx:
|
||||||
|
- add #include "cmStandardIncludes.h" to top of file
|
||||||
- remove TABs
|
- remove TABs
|
||||||
- remove "yyscanner" argument from these methods:
|
- remove "yyscanner" argument from these methods:
|
||||||
yy_fatal_error, cmCommandArgument_yyalloc, cmCommandArgument_yyrealloc, cmCommandArgument_yyfree
|
yy_fatal_error, cmCommandArgument_yyalloc, cmCommandArgument_yyrealloc, cmCommandArgument_yyfree
|
||||||
|
|
Loading…
Reference in New Issue