summaryrefslogtreecommitdiffstats
path: root/Source/cmCommandArgumentLexer.in.l
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-06-28 19:21:35 (GMT)
committerBrad King <brad.king@kitware.com>2013-06-28 20:37:59 (GMT)
commite1381b1fc6da4d6500e1cae2e68fcc0be8d4a2ac (patch)
tree1a316c3a75aab79d8ae4c0ec0091825034c01bff /Source/cmCommandArgumentLexer.in.l
parent1399825cf9ef361e809b82463c69a212ac725bcb (diff)
downloadCMake-e1381b1fc6da4d6500e1cae2e68fcc0be8d4a2ac.zip
CMake-e1381b1fc6da4d6500e1cae2e68fcc0be8d4a2ac.tar.gz
CMake-e1381b1fc6da4d6500e1cae2e68fcc0be8d4a2ac.tar.bz2
Document removal of 'register' from flex/bison output
In each .l and .y input file that has instructions for manual transformation of the output to include a step to remove the 'register' storage specifier.
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 fdca61b..24a0eec 100644
--- a/Source/cmCommandArgumentLexer.in.l
+++ b/Source/cmCommandArgumentLexer.in.l
@@ -22,6 +22,7 @@ Modify cmCommandArgumentLexer.cxx:
- add #include "cmStandardIncludes.h" to top of file
- put header block at top of file
- remove TABs
+ - remove use of the 'register' storage class specifier
- remove "yyscanner" argument from these methods:
yy_fatal_error, cmCommandArgument_yyalloc, cmCommandArgument_yyrealloc, cmCommandArgument_yyfree
- remove all YY_BREAK lines occurring right after return statements