diff options
author | Dave Love <fx@gnu.org> | 2000-09-27 09:32:32 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-09-27 09:32:32 +0000 |
commit | c952a617373e93ba1bb91112344877b33d44659b (patch) | |
tree | ff2e740e3fe120829d186d69a48818186beed3b0 | |
parent | fd06c7dacfeae814ac890ea64a4a4c042f7a02d5 (diff) | |
download | emacs-c952a617373e93ba1bb91112344877b33d44659b.tar.gz emacs-c952a617373e93ba1bb91112344877b33d44659b.tar.bz2 emacs-c952a617373e93ba1bb91112344877b33d44659b.zip |
Now works 64-bit. Tidied.
-rw-r--r-- | src/s/irix6-5.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index 8918862950e..237ee3beaf2 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h @@ -3,12 +3,7 @@ #include "irix5-0.h" #if _MIPS_SZLONG == 64 /* -mabi=64 (gcc) or -64 (MIPSpro) */ -#error "The 64 bit ABI doesn't work yet. Please fix it and send the changes!" -#define _LP64 -#define EMACS_INT long -#define BITS_PER_LONG 64 -#define BITS_PER_EMACS_INT BITS_PER_LONG -#define EMACS_UINT unsigned long +#define _LP64 /* lisp.h takes care of the rest */ #endif /* _MIPS_SZLONG */ /* This macro definition, which we inherited from irix5-0.h, @@ -34,9 +29,6 @@ #undef SA_RESTART -/* It turns out that the #define in irix5-0.h is needed in Irix 6 as well. */ -#if 0 /* Cancel the #define that is in irix5-0.h. */ #undef ospeed -#endif |