diff src/print.c @ 571:4326eeed6933

[xemacs-hg @ 2001-05-25 02:57:32 by martinb] fix compile error
author martinb
date Fri, 25 May 2001 02:57:34 +0000
parents 183866b06e0b
children 910449c92002
line wrap: on
line diff
--- a/src/print.c	Fri May 25 02:45:59 2001 +0000
+++ b/src/print.c	Fri May 25 02:57:34 2001 +0000
@@ -1361,8 +1361,8 @@
 	char buf[128];
 	/* We're in trouble if this happens! */
 	if (print_readably)
-	  ty(e_error (Qinternal_error, "printing illegal data type #o%03o",
-		      (int) XTYPE (obj));
+	  signal_error (Qinternal_error, "printing illegal data type #o%03o",
+			(int) XTYPE (obj));
 	write_c_string ("#<EMACS BUG: ILLEGAL DATATYPE ",
 			printcharfun);
 	sprintf (buf, "(#o%3o)", (int) XTYPE (obj));