diff src/print.c @ 16051:ccf489f8596e

Removed support for !MULTI_FRAME.
author Karl Heuer <kwzh@gnu.org>
date Sun, 01 Sep 1996 21:04:32 +0000
parents 855c8d8ba0f0
children e7de214aac01
line wrap: on
line diff
--- a/src/print.c	Sun Sep 01 20:52:25 1996 +0000
+++ b/src/print.c	Sun Sep 01 21:04:32 1996 +0000
@@ -1150,7 +1150,6 @@
 	{
 	  strout ("#<window-configuration>", -1, printcharfun);
 	}
-#ifdef MULTI_FRAME
       else if (FRAMEP (obj))
 	{
 	  strout ((FRAME_LIVE_P (XFRAME (obj))
@@ -1161,7 +1160,6 @@
 	  strout (buf, -1, printcharfun);
 	  PRINTCHAR ('>');
 	}
-#endif
 #endif /* not standalone */
       else
 	{