diff options
author | Brad King <brad.king@kitware.com> | 2013-06-28 19:21:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-06-28 20:37:59 (GMT) |
commit | e1381b1fc6da4d6500e1cae2e68fcc0be8d4a2ac (patch) | |
tree | 1a316c3a75aab79d8ae4c0ec0091825034c01bff /Source/cmExprParser.y | |
parent | 1399825cf9ef361e809b82463c69a212ac725bcb (diff) | |
download | CMake-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/cmExprParser.y')
-rw-r--r-- | Source/cmExprParser.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmExprParser.y b/Source/cmExprParser.y index 317b0ba..12c2e48 100644 --- a/Source/cmExprParser.y +++ b/Source/cmExprParser.y @@ -20,6 +20,7 @@ Run bison like this: Modify cmExprParser.cxx: - remove TABs + - remove use of the 'register' storage class specifier - add __HP_aCC to the #if test for yyerrorlab warning suppression */ |