--- trunk/src/selection/SelectionCompiler.hpp 2005/03/29 21:00:54 451 +++ trunk/src/selection/SelectionCompiler.hpp 2005/04/05 23:09:48 452 @@ -106,7 +106,6 @@ class SelectionCompiler{ strError += filename; } - strError += " line#" + lineCurrent; return strError; } @@ -140,15 +139,14 @@ class SelectionCompiler{ bool clauseWithin(); bool clauseComparator(); bool clauseChemObjName(); - bool clauseName(std::string& name); bool clauseIndex(); Token tokenNext(); boost::any valuePeek(); int tokPeek(); bool addTokenToPostfix(const Token& token); + bool isNameValid(const std::string& name); - bool compileError(const std::string& errorMessage) { std::cerr << "SelectionCompiler Error: " << errorMessage << std::endl; error = true;