mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 14:27:23 +00:00
c5df1f165c
Revise the manual procedure in the `*Lexer.in.l` files. Some of our post-processing steps are no longer necessary with the current set of supported compilers. Some steps changed with newer versions of flex. Then regenerate all lexers with flex version 2.6.1.
11 lines
759 B
Plaintext
11 lines
759 B
Plaintext
# Preserve indentation style in generated code.
|
|
cmCommandArgumentLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab
|
|
cmCommandArgumentLexer.h whitespace=-tab-in-indent,-indent-with-non-tab
|
|
cmDependsJavaLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab
|
|
cmDependsJavaLexer.h whitespace=-tab-in-indent,-indent-with-non-tab
|
|
cmExprLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab
|
|
cmExprLexer.h whitespace=-tab-in-indent,-indent-with-non-tab
|
|
cmFortranLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab
|
|
cmFortranLexer.h whitespace=-tab-in-indent,-indent-with-non-tab
|
|
cmListFileLexer.c whitespace=-tab-in-indent,-indent-with-non-tab
|