]> code.delx.au - gnu-emacs/blobdiff - src/m/macppc.h
*** empty log message ***
[gnu-emacs] / src / m / macppc.h
index 860371d34e6730dce3a50cfdcb713c838c60a7cc..21ba90ad1012b03a47d99d4a26c53d06fda22948 100644 (file)
@@ -1,5 +1,5 @@
 /* machine description file For the powerpc Macintosh.
-   Copyright (C) 1994, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1994, 2001, 2002 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -51,15 +51,6 @@ Boston, MA 02111-1307, USA.  */
 
 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
 
-/* Define C_ALLOCA if this machine does not support a true alloca
-   and the one written in C should be used instead.
-   Define HAVE_ALLOCA to say that the system provides a properly
-   working alloca function and it should be used.
-   Define neither one if an assembler-language alloca
-   in the file alloca.s should be used.  */
-
-#define HAVE_ALLOCA
-
 /* Some really obscure 4.2-based systems (like Sequent DYNIX)
  * do not support asynchronous I/O (using SIGIO) on sockets,
  * even though it works fine on tty's.  If you have one of
@@ -113,3 +104,6 @@ Boston, MA 02111-1307, USA.  */
 #endif
 #endif
 #endif /* 0 */
+
+/* arch-tag: 41913e4e-e7d1-4023-aadb-210cc31712ed
+   (do not change this comment) */