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/cmListFileLexer.in.l | |
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/cmListFileLexer.in.l')
-rw-r--r-- | Source/cmListFileLexer.in.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmListFileLexer.in.l b/Source/cmListFileLexer.in.l index 41e817b..eedf494 100644 --- a/Source/cmListFileLexer.in.l +++ b/Source/cmListFileLexer.in.l @@ -20,6 +20,7 @@ Run flex like this: Modify cmListFileLexer.c: - remove TABs + - remove use of the 'register' storage class specifier - remove the yyunput function - add a statement "(void)yyscanner;" to the top of these methods: yy_fatal_error, cmListFileLexer_yyalloc, cmListFileLexer_yyrealloc, cmListFileLexer_yyfree |