]> code.delx.au - gnu-emacs/blobdiff - src/m/altos.h
*** empty log message ***
[gnu-emacs] / src / m / altos.h
index 264d65745d1244563049dc377936a0bd9e7427ad..b71d006f2416825244d4b7fea95bb4dc376723ee 100644 (file)
@@ -1,5 +1,5 @@
 /* altos machine description file      Altos 3068 Unix System V Release 2
-   Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 2002 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -19,7 +19,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 
-/* The following line tells the configuration script what sort of 
+/* The following line tells the configuration script what sort of
    operating system this machine is likely to run.
    USUAL-OPSYS="usg5-2"  */
 
@@ -36,18 +36,9 @@ Boston, MA 02111-1307, USA.  */
 
 #define LIB_STANDARD -lc
 
-#ifdef __GNUC__
-#define alloca __builtin_alloca
-#define HAVE_ALLOCA
-#else
-#define C_ALLOCA               /* we have -lPW and alloca but it's broken!
-                                  <vsedev!ron> */
-#endif
-
 #define SWITCH_ENUM_BUG
 
 #define NO_REMAP
-#define STACK_DIRECTION -1
 
 #undef TERMINFO
 
@@ -62,3 +53,6 @@ Boston, MA 02111-1307, USA.  */
 #ifdef __GNUC__
 #define COFF_ENCAPSULATE
 #endif
+
+/* arch-tag: 4572d0ff-70bb-445f-80f1-2bbac3cf47cb
+   (do not change this comment) */