summaryrefslogtreecommitdiff
path: root/src/s/vms.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 22:57:19 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 22:57:19 +0000
commit9c3cea644841b2bde14b440db12a7ebcb57b8a45 (patch)
tree09bee00280af3de20a0ee6098f9dab6c8ff15345 /src/s/vms.h
parent0fbe58185977b3c0047c8c1c9b1cf80aae0c76c1 (diff)
downloademacs-9c3cea644841b2bde14b440db12a7ebcb57b8a45.tar.gz
(SHARABLE_LIB_BUG): Renamed from SHAREABLE_LIB_BUG.
Diffstat (limited to 'src/s/vms.h')
-rw-r--r--src/s/vms.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/s/vms.h b/src/s/vms.h
index 95d1b747d0b..64b77c2be82 100644
--- a/src/s/vms.h
+++ b/src/s/vms.h
@@ -108,20 +108,20 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
your system and must be used only through an encapsulation
(Which you should place, by convention, in sysdep.c). */
-/* Do you have the shareable library bug? If you link with a shareable
+/* Do you have the sharable library bug? If you link with a sharable
library that contains psects with the NOSHR attribute and also refer to
those psects in your program, the linker give you a private version of
- the psect which is not related to the version used by the shareable
+ the psect which is not related to the version used by the sharable
library. The end result is that your references to variables in that
psect have absolutely nothing to do with library references to what is
supposed to be the same variable. If you intend to link with the standard
- C library (NOT the shareable one) you don't need to define this. (This
+ C library (NOT the sharable one) you don't need to define this. (This
is NOT fixed in V4.4...) */
-#define SHAREABLE_LIB_BUG
+#define SHARABLE_LIB_BUG
/* Partially due to the above mentioned bug and also so that we don't need
- to require that people have a shareable C library, the default for Emacs
+ to require that people have a sharable C library, the default for Emacs
is to link with the non-shared library. If you want to link with the
shared library, define this and remake xmakefile and fileio.c. This allows
us to ship a guaranteed executable image. */
@@ -145,7 +145,7 @@ extern double mth$dmod(double, double);
#define drem mth$dmod
#endif
-/* Some time rountines are missing in the VAX C RTL, or needs some
+/* Some time routines are missing in the VAX C RTL, or needs some
extra bit of code */
#define tzset sys_tzset
#define localtime sys_localtime
@@ -209,7 +209,7 @@ extern double mth$dmod(double, double);
/* Cause initialization of vmsfns.c to be run. */
#define SYMS_SYSTEM syms_of_vmsfns ()
-/* VAXCRTL access doesn't deal with SYSPRV very well (among other oddites...)
+/* VAXCRTL access doesn't deal with SYSPRV very well (among other oddities...)
Here, we use $CHKPRO to really determine access. */
#define access sys_access