fixed exclusion for certain characters at the start of names

moveref
Marc Zinnschlag 10 years ago
parent ed5387fb8c
commit fc1d42a7d2

@ -314,7 +314,7 @@ namespace Compiler
bool Scanner::scanName (char c, std::string& name) bool Scanner::scanName (char c, std::string& name)
{ {
bool first = false; bool first = true;
bool error = false; bool error = false;
name.clear(); name.clear();

Loading…
Cancel
Save