diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-28 02:39:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-28 02:39:40 +0000 |
commit | 8cd6b35faba1424b7226ade1ab348075d87bf9c5 (patch) | |
tree | faf4704c80a4a4233f931ec6940b438ce14d293d | |
parent | 1e700751dfd6fa17e5d778daaa4ece808d15d6d5 (diff) | |
download | emacs-8cd6b35faba1424b7226ade1ab348075d87bf9c5.tar.gz emacs-8cd6b35faba1424b7226ade1ab348075d87bf9c5.tar.bz2 emacs-8cd6b35faba1424b7226ade1ab348075d87bf9c5.zip |
(hp800): Define this instead of hp9000s800.
-rw-r--r-- | src/m/hp800.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/hp800.h b/src/m/hp800.h index 8aa740d9f4e..8a506c42ee6 100644 --- a/src/m/hp800.h +++ b/src/m/hp800.h @@ -50,8 +50,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ does not define it automatically: Ones defined so far include vax, m68000, ns16000, pyramid, orion, tahoe, APOLLO and many others */ -#ifndef hp9000s800 -# define hp9000s800 +#ifndef hp800 +# define hp800 #endif /* Use type int rather than a union, to represent Lisp_Object */ |