summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2003-08-21 14:21:51 +0000
committerDave Love <fx@gnu.org>2003-08-21 14:21:51 +0000
commit149f3ffd37da17d15537f7a11c0c8ef6c752d5be (patch)
tree1eb70399d0fef4d6820365d2ce8d7444ad688ebc /src
parentf730033e6c12eeb6d4d12778bb9ddc3d02e99653 (diff)
downloademacs-149f3ffd37da17d15537f7a11c0c8ef6c752d5be.tar.gz
Use _MIPS_SZLONG, not _LP64.
Diffstat (limited to 'src')
-rw-r--r--src/m/iris4d.h5
1 files changed, 4 insertions, 1 deletions
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. */