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:
parent
f730033e6c
commit
149f3ffd37
1 changed files with 4 additions and 1 deletions
|
|
@ -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. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue