summaryrefslogtreecommitdiff
path: root/Source/cmExprLexer.in.l
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmExprLexer.in.l')
-rw-r--r--Source/cmExprLexer.in.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmExprLexer.in.l b/Source/cmExprLexer.in.l
index f344b40ff..febd244fe 100644
--- a/Source/cmExprLexer.in.l
+++ b/Source/cmExprLexer.in.l
@@ -20,6 +20,7 @@ Run flex like this:
Modify cmExprLexer.cxx:
- remove TABs
+ - remove use of the 'register' storage class specifier
- remove "yyscanner" argument from these methods:
yy_fatal_error, cmExpr_yyalloc, cmExpr_yyrealloc, cmExpr_yyfree
- remove all YY_BREAK lines occurring right after return statements