comparison 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
comparison
equal deleted inserted replaced
297:deca3c1083ac 298:70ad99077275
3038 Vconfigure_info_path = decode_path (PATH_INFOPATH); 3038 Vconfigure_info_path = decode_path (PATH_INFOPATH);
3039 #else 3039 #else
3040 Vconfigure_info_path = Qnil; 3040 Vconfigure_info_path = Qnil;
3041 #endif 3041 #endif
3042 } 3042 }
3043
3044 #ifdef __sgi
3045 /* This is so tremendously ugly I'd puke. But then, it works.
3046 * The target is to override the static constructor from the
3047 * libiflPNG.so library which is maskerading as libz, and
3048 * cores on us when re-started from the dumped executable.
3049 * This will have to go for 21.1 -- OG.
3050 */
3051 void __sti__iflPNGFile_c___()
3052 {
3053 }
3054
3055 #endif