1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00

Use _MIPS_SZLONG, not _LP64.

This commit is contained in:
Dave Love 2003-08-21 14:21:51 +00:00
parent f730033e6c
commit 149f3ffd37

View file

@ -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. */