summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-05 08:57:33 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-05 08:57:33 +0000
commited4c7adf5b51fa14a04dbe148f0536e2f9fb64c5 (patch)
tree2f83697c0f45bc43698da039967dee64a5d38b8d
parent76625872932ac61032559551e0dfffb46225a365 (diff)
downloademacs-ed4c7adf5b51fa14a04dbe148f0536e2f9fb64c5.tar.gz
Test SHARABLE_LIB_BUG, not SHAREABLE_LIB_BUG.
-rw-r--r--src/emacs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emacs.c b/src/emacs.c
index ad58cf57842..8c669a0fd61 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -309,9 +309,9 @@ DEFUN ("invocation-directory", Finvocation_directory, Sinvocation_directory,
#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 @@ main (argc, argv, envp)
}
#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 @@ main (argc, argv, envp)
stderr = fdopen (2, "w");
if (!environ)
environ = envp;
-#endif /* SHAREABLE_LIB_BUG */
+#endif /* SHARABLE_LIB_BUG */
#endif /* LINK_CRTL_SHARE */
#endif /* VMS */