[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/m/vax.h,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/m/vax.h,v |
Date: |
Thu, 24 Jul 2008 18:39:49 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/24 18:39:48
Index: m/vax.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/vax.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- m/vax.h 17 Jul 2008 13:57:13 -0000 1.23
+++ m/vax.h 24 Jul 2008 18:39:48 -0000 1.24
@@ -43,10 +43,6 @@
#define CRT0_DUMMIES
-/* crt0.c should define a symbol `start' and do .globl with a dot. */
-
-#define DOT_GLOBAL_START
-
#ifdef BSD_SYSTEM
/* USG systems I know of running on Vaxes do not actually
support the load average, so disable it for them. */
@@ -73,14 +69,6 @@
#endif /* VMS */
-/* Vax sysV has alloca in the PW library. */
-
-#ifdef USG
-#define LIB_STANDARD -lPW -lc
-
-#define TEXT_START 0
-#endif /* USG */
-
#ifdef BSD4_2
#define HAVE_FTIME
#endif