Changeset 1729

Show
Ignore:
Timestamp:
02/17/98 01:45:22 (11 years ago)
Author:
himi
Message:

FSF Emacs 20.7 imported

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/GNU/src/m/iris4d.h

    r1715 r1729  
    114114#ifdef USG5_4 
    115115#undef UNEXEC 
    116 #define UNEXEC unexelf.o 
     116#define UNEXEC unexsgi.o 
    117117#else 
    118118#define UNEXEC unexmips.o 
     
    175175#define STACK_DIRECTION -1 
    176176  
    177 #ifndef _LP64 
    178177/* The standard definitions of these macros would work ok, 
    179178   but these are faster because the constants are short.  */ 
     
    184183   ((var) = ((int)(type) << VALBITS) + (((unsigned) (ptr) << BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS)) 
    185184 
     185#define XMARKBIT(a) ((a) < 0) 
     186#define XSETMARKBIT(a,b) ((a) = ((a) & ~MARKBIT) | ((b) ? MARKBIT : 0)) 
    186187#define XUNMARK(a) ((a) = (((unsigned)(a) << BITS_PER_INT-GCTYPEBITS-VALBITS) >> BITS_PER_INT-GCTYPEBITS-VALBITS)) 
    187 #endif /* _LP64 */ 
    188188 
    189189#ifndef __GNUC__