# HG changeset patch # User Karl Heuer # Date 820832253 0 # Node ID 09cb73d0ec419c2af998abe2a9ea42560cfbf96d # Parent 6ef59cdffc90df7e29356f9aff90ac72632dfa7d Test SHARABLE_LIB_BUG, not SHAREABLE_LIB_BUG. diff -r 6ef59cdffc90 -r 09cb73d0ec41 src/emacs.c --- 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 */