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 flex like this:
Modify cmDependsJavaLexer.c:
- remove TABs
- remove use of the 'register' storage class specifier
- remove "yyscanner" argument from these methods:
yy_fatal_error, cmDependsJava_yyalloc, cmDependsJava_yyrealloc, cmDependsJava_yyfree
- remove all YY_BREAK lines occurring right after return statements