summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortranLexer.cxx
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-25/+27
|
* BUG: Lexer should be case insensitive so flex should be run with -i option. ↵Brad King2005-10-171-170/+165
| | | | This partially addresses bug#2361.
* COMP: Removed warnings about unreachable code and constant control ↵Brad King2005-05-031-29/+3
| | | | expressions. Added the changes to the instructions in the input lex files.
* ENH: Changed over to using C++ for building flex/bison generated files. It ↵Brad King2005-02-011-0/+2369
reduces the number of changes that need to be made after generation.