From: Dave Love Date: Thu, 21 Aug 2003 14:21:51 +0000 (+0000) Subject: Use _MIPS_SZLONG, not _LP64. X-Git-Tag: ttn-vms-21-2-B4~9018 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=149f3ffd37da17d15537f7a11c0c8ef6c752d5be;p=emacs.git Use _MIPS_SZLONG, not _LP64. --- diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 457f3594636..7cf05da91e1 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h @@ -159,7 +159,10 @@ Boston, MA 02111-1307, USA. */ #undef FIRST_PTY_LETTER #define FIRST_PTY_LETTER 'q' -#ifndef _LP64 +#if _MIPS_SZLONG != 64 +/* fixme: should there be 64-bit defiitions? (The ones below aren't + OK.) */ + /* The standard definitions of these macros would work ok, but these are faster because the constants are short. */