summaryrefslogtreecommitdiff
path: root/Source/cmCommandArgumentLexer.in.l
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-06-05 09:19:27 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2007-06-05 09:19:27 -0400
commit937afc6b9b8246ae6eb4f80279ba1af140d50fdd (patch)
tree86224818b4cb8cb95fdbb48342bdb52e5e53a8bd /Source/cmCommandArgumentLexer.in.l
parent7b6f03423dfa90499faf04f7d6b9dba561bb95ef (diff)
downloadcmake-937afc6b9b8246ae6eb4f80279ba1af140d50fdd.tar.gz
ENH: fix for aix
Diffstat (limited to 'Source/cmCommandArgumentLexer.in.l')
-rw-r--r--Source/cmCommandArgumentLexer.in.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCommandArgumentLexer.in.l b/Source/cmCommandArgumentLexer.in.l
index f5d025b0ef..8425c00800 100644
--- a/Source/cmCommandArgumentLexer.in.l
+++ b/Source/cmCommandArgumentLexer.in.l
@@ -24,6 +24,7 @@ Run flex like this:
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