summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileLexer.c
Commit message (Expand)AuthorAgeFilesLines
* ERR: Removed YY_BREAK statements after return statements because they are unr...Brad King2003-12-091-8/+1
* ERR: Added missing static keyword to cmListFileLexerSetToken and cmListFileLe...Brad King2003-12-091-27/+41
* ERR: We must define YY_NO_UNISTD_H to build on windows.Brad King2003-12-081-0/+1
* ENH: Using lex-based tokenizer and a simple recursive-descent parser in place...Brad King2003-12-081-0/+2216