mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-15 03:45:23 +00:00
another lower case mod
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@390 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -169,10 +169,18 @@ token_t Parser::parseToken(std::istream & fs, char * string) {
|
||||
|
||||
}
|
||||
std::cerr << "parsed away =" << std::endl;
|
||||
--i;
|
||||
break;
|
||||
--i;
|
||||
|
||||
// if (fs && fs.get() == '\n') {
|
||||
// line_mode = NORMAL_LINE_MODE;
|
||||
// return tEOL;
|
||||
// } else if (fs)
|
||||
//fs.unget();
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
|
||||
line_mode = NORMAL_LINE_MODE;
|
||||
return tEOL;
|
||||
case ',':
|
||||
|
||||
Reference in New Issue
Block a user