diff src/s/linux.h @ 961:d46451e73f6d

[xemacs-hg @ 2002-08-12 14:45:28 by james] Turn ORDINARY_LINK on for Linux.
author james
date Mon, 12 Aug 2002 14:45:34 +0000
parents 42375619fa45
children 142260edb7b5
line wrap: on
line diff
--- a/src/s/linux.h	Mon Aug 12 08:00:07 2002 +0000
+++ b/src/s/linux.h	Mon Aug 12 14:45:34 2002 +0000
@@ -131,11 +131,11 @@
 #ifdef LINUX_ELF
 #define UNEXEC "unexelf.o"
 #define UNEXEC_USE_MAP_PRIVATE
-#if 0
+
 /* mrb - Ordinary link is simple and effective */
 /* slb - Not any more ... :-( */
+/* jwj - slb's comment does not seem relevant to current Linuxes */
 #define ORDINARY_LINK
-#endif /* 0 */
 
 /* I still think ORDINARY_LINK should be the default, but since slb
    insists, ORDINARY_LINK will stay on until we expunge the dump code.