summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileLexer.in.l
Commit message (Collapse)AuthorAgeFilesLines
* ERR: Removed YY_BREAK statements after return statements because they are ↵Brad King2003-12-091-0/+1
| | | | unreachable.
* ERR: Added missing static keyword to cmListFileLexerSetToken and ↵Brad King2003-12-091-4/+4
| | | | cmListFileLexerAppend definitions.
* ERR: Fixed comment about how to run flex to reflect new name of this file.Brad King2003-12-081-1/+1
|
* ERR: Renaming cmListFileLexer.l to cmListFileLexer.in.l to avoid make ↵Brad King2003-12-081-0/+327
programs trying to run lex automatically whn building cmListFileLexer.c.