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/cmDependsJavaLexer.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/cmDependsJavaLexer.in.l')
-rw-r--r-- | Source/cmDependsJavaLexer.in.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDependsJavaLexer.in.l b/Source/cmDependsJavaLexer.in.l index 9796ad5..aa2f8a5 100644 --- a/Source/cmDependsJavaLexer.in.l +++ b/Source/cmDependsJavaLexer.in.l @@ -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 |