aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-01-05 08:57:33 +0000
committerKarl Heuer1996-01-05 08:57:33 +0000
commit34035df32674d5a6a4eb4112dfa5ea69b4dec64f (patch)
tree98e44ce9b722c0f8b51d55a523eea40404cc35ad
parentb72e4ca883ef2d626bb9c3ab50017ad7e1dcb647 (diff)
downloademacs-34035df32674d5a6a4eb4112dfa5ea69b4dec64f.tar.gz
emacs-34035df32674d5a6a4eb4112dfa5ea69b4dec64f.zip
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,
309 309
310#ifdef VMS 310#ifdef VMS
311#ifdef LINK_CRTL_SHARE 311#ifdef LINK_CRTL_SHARE
312#ifdef SHAREABLE_LIB_BUG 312#ifdef SHARABLE_LIB_BUG
313extern noshare char **environ; 313extern noshare char **environ;
314#endif /* SHAREABLE_LIB_BUG */ 314#endif /* SHARABLE_LIB_BUG */
315#endif /* LINK_CRTL_SHARE */ 315#endif /* LINK_CRTL_SHARE */
316#endif /* VMS */ 316#endif /* VMS */
317 317
@@ -476,7 +476,7 @@ main (argc, argv, envp)
476 } 476 }
477 477
478#ifdef LINK_CRTL_SHARE 478#ifdef LINK_CRTL_SHARE
479#ifdef SHAREABLE_LIB_BUG 479#ifdef SHARABLE_LIB_BUG
480 /* Bletcherous shared libraries! */ 480 /* Bletcherous shared libraries! */
481 if (!stdin) 481 if (!stdin)
482 stdin = fdopen (0, "r"); 482 stdin = fdopen (0, "r");
@@ -486,7 +486,7 @@ main (argc, argv, envp)
486 stderr = fdopen (2, "w"); 486 stderr = fdopen (2, "w");
487 if (!environ) 487 if (!environ)
488 environ = envp; 488 environ = envp;
489#endif /* SHAREABLE_LIB_BUG */ 489#endif /* SHARABLE_LIB_BUG */
490#endif /* LINK_CRTL_SHARE */ 490#endif /* LINK_CRTL_SHARE */
491#endif /* VMS */ 491#endif /* VMS */
492 492