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.
This commit is contained in:
Brad King
2013-06-28 15:21:35 -04:00
parent 1399825cf9
commit e1381b1fc6
9 changed files with 9 additions and 0 deletions

View File

@@ -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
*/