diff src/emacs.c @ 14035:09cb73d0ec41

Test SHARABLE_LIB_BUG, not SHAREABLE_LIB_BUG.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 08:57:33 +0000
parents 15e38bb8df9c
children d6f46c53f2aa
line wrap: on
line diff
--- a/src/emacs.c	Fri Jan 05 07:51:26 1996 +0000
+++ b/src/emacs.c	Fri Jan 05 08:57:33 1996 +0000
@@ -309,9 +309,9 @@
 
 #ifdef VMS
 #ifdef LINK_CRTL_SHARE
-#ifdef SHAREABLE_LIB_BUG
+#ifdef SHARABLE_LIB_BUG
 extern noshare char **environ;
-#endif /* SHAREABLE_LIB_BUG */
+#endif /* SHARABLE_LIB_BUG */
 #endif /* LINK_CRTL_SHARE */
 #endif /* VMS */
 
@@ -476,7 +476,7 @@
   }
 
 #ifdef LINK_CRTL_SHARE
-#ifdef SHAREABLE_LIB_BUG
+#ifdef SHARABLE_LIB_BUG
   /* Bletcherous shared libraries! */
   if (!stdin)
     stdin = fdopen (0, "r");
@@ -486,7 +486,7 @@
     stderr = fdopen (2, "w");
   if (!environ)
     environ = envp;
-#endif /* SHAREABLE_LIB_BUG */
+#endif /* SHARABLE_LIB_BUG */
 #endif /* LINK_CRTL_SHARE */
 #endif /* VMS */