diff src/emacs.c @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents e11d67e05968
children 341dac730539
line wrap: on
line diff
--- a/src/emacs.c	Mon Aug 13 10:38:47 2007 +0200
+++ b/src/emacs.c	Mon Aug 13 10:39:40 2007 +0200
@@ -3040,3 +3040,16 @@
   Vconfigure_info_path = Qnil;
 #endif
 }
+
+#ifdef __sgi
+/* This is so tremendously ugly I'd puke. But then, it works.
+ * The target is to override the static constructor from the
+ * libiflPNG.so library which is maskerading as libz, and
+ * cores on us when re-started from the dumped executable.
+ * This will have to go for 21.1  -- OG.
+ */
+void __sti__iflPNGFile_c___()
+{
+}
+
+#endif