changeset 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 6ef59cdffc90
children 621a575db6f7
files src/emacs.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
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 */