diff src/pt-binop.cc @ 3965:edd758a7ca8d

[project @ 2002-06-28 19:00:56 by jwe]
author jwe
date Fri, 28 Jun 2002 19:00:56 +0000
parents 6065668133b1
children 6e86256e9c54
line wrap: on
line diff
--- a/src/pt-binop.cc
+++ b/src/pt-binop.cc
@@ -98,9 +98,8 @@
 void
 tree_binary_expression::eval_error (void)
 {
-  if (error_state > 0)
-    ::error ("evaluating binary operator `%s' near line %d, column %d",
-	     oper () . c_str (), line (), column ());
+  ::error ("evaluating binary operator `%s' near line %d, column %d",
+	   oper () . c_str (), line (), column ());
 }
 
 std::string