--- trunk/src/selection/SelectionCompiler.hpp 2005/02/07 19:13:18 295 +++ 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;