Fix up some broken sample files

This commit is contained in:
Jonathan Turner
2009-12-02 14:29:42 +00:00
parent 636c55493c
commit ac8462fb67
4 changed files with 4 additions and 5 deletions

View File

@@ -1586,7 +1586,6 @@ namespace chaiscript
if (Operator_Helper(precedence)) {
do {
if (!Operator(precedence+1)) {
std::cout << std::string(input_pos, input_end);
throw Eval_Error("Incomplete " + std::string(token_type_to_string(operators[precedence])) + " expression",
File_Position(line, col), filename);
}