diff src/pt-misc.cc @ 772:05cd8c8b13b3

[project @ 1994-10-05 22:10:27 by jwe]
author jwe
date Wed, 05 Oct 1994 22:12:21 +0000
parents 586160369413
children e6cb0493ae99
line wrap: on
line diff
--- a/src/pt-misc.cc	Wed Oct 05 22:00:54 1994 +0000
+++ b/src/pt-misc.cc	Wed Oct 05 22:12:21 1994 +0000
@@ -502,7 +502,7 @@
       else if (t1.is_complex_scalar ())
 	expr_value = t1.complex_value () != 0.0;
       else
-	panic_impossible ();
+	error ("if: all (all (cond)) is not a scalar");
 
       if (expr_value)
 	{