summaryrefslogtreecommitdiffstats
path: root/Source/cmCommandArgumentParser.y
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/cmCommandArgumentParser.y
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/cmCommandArgumentParser.y')
-rw-r--r--Source/cmCommandArgumentParser.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCommandArgumentParser.y b/Source/cmCommandArgumentParser.y
index 3e700c8..48f5c8e 100644
--- a/Source/cmCommandArgumentParser.y
+++ b/Source/cmCommandArgumentParser.y
@@ -20,6 +20,7 @@ Run bison like this:
Modify cmCommandArgumentParser.cxx:
- remove TABs
+ - remove use of the 'register' storage class specifier
- put header block at top of file
*/