]> code.delx.au - gnu-emacs/blobdiff - src/m/vax.h
2002-08-10 Andrew Choi <akochoi@shaw.ca>
[gnu-emacs] / src / m / vax.h
index 99d06d1c0d9dd07d49721d18ec57b8d3dcaed321..86ca420f2e4c454f66e8ceee8ec187fc3c57c985 100644 (file)
@@ -1,5 +1,5 @@
 /* machine description file for vax.
-   Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 2002 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -100,7 +100,6 @@ NOTE-END  */
 
 #ifdef USG
 #define LIB_STANDARD -lPW -lc
-#define HAVE_ALLOCA
 
 /* There is some bug in unexec in for usg 5.2 on a vax
    which nobody who runs such a system has yet tracked down. */
@@ -111,14 +110,6 @@ NOTE-END  */
 #define TEXT_START 0
 #endif /* USG */
 
-#ifdef BSD_SYSTEM
-#define HAVE_ALLOCA
-#endif /* BSD_SYSTEM */
-
-#ifdef VMS
-#define C_ALLOCA
-#endif
-
 #ifdef BSD4_2
 #define HAVE_FTIME
 #endif