# HG changeset patch # User Dave Love # Date 1061475711 0 # Node ID a6f4d9313060453f2b328161db410af4566c65b8 # Parent 6019cde69fa77e2c4e304e7b40b8819571966722 Use _MIPS_SZLONG, not _LP64. diff -r 6019cde69fa7 -r a6f4d9313060 src/m/iris4d.h --- a/src/m/iris4d.h Thu Aug 21 11:36:40 2003 +0000 +++ b/src/m/iris4d.h Thu Aug 21 14:21:51 2003 +0000 @@ -159,7 +159,10 @@ #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. */