changeset 768:4b36f97e86cf

[project @ 1994-10-05 21:39:23 by jwe]
author jwe
date Wed, 05 Oct 1994 21:39:23 +0000
parents 42731861ee09
children 0ff5735b53f2
files src/tc-inlines.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/tc-inlines.h	Wed Oct 05 21:32:24 1994 +0000
+++ b/src/tc-inlines.h	Wed Oct 05 21:39:23 1994 +0000
@@ -190,7 +190,7 @@
       nc = (m).columns (); \
     } \
   else \
-    abort ();
+    panic_impossible ();
 
 // Assign a real or complex value to a tree_constant.
 //
@@ -205,7 +205,7 @@
           if (real_type) \
             matrix->elem ((i), (j)) = (rval); \
           else \
-            abort (); \
+            panic_impossible (); \
         } \
       else \
         { \
@@ -232,7 +232,7 @@
   else if (type_tag == complex_matrix_constant) \
     (cm).resize ((nr), (nc)); \
   else \
-    abort (); \
+    panic_impossible (); \
 
 // Assign a real or complex matrix to a tree constant.