mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user