/[emacs]/emacs/src/m/sr2k.h
ViewVC logotype

Diff of /emacs/src/m/sr2k.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by schwab, Mon Apr 15 13:21:33 2002 UTC revision 1.2.2.1 by miles, Fri Apr 4 06:21:12 2003 UTC
# Line 19  the Free Software Foundation, Inc., 59 T Line 19  the Free Software Foundation, Inc., 59 T
19  Boston, MA 02111-1307, USA.  */  Boston, MA 02111-1307, USA.  */
20    
21    
22  /* The following line tells the configuration script what sort of  /* The following line tells the configuration script what sort of
23     operating system this machine is likely to run.     operating system this machine is likely to run.
24     USUAL-OPSYS="hpux"  */     USUAL-OPSYS="hpux"  */
25    
# Line 61  Boston, MA 02111-1307, USA.  */ Line 61  Boston, MA 02111-1307, USA.  */
61    
62  /* The standard definitions of these macros would work ok,  /* The standard definitions of these macros would work ok,
63     but these are faster because the constants are short. */     but these are faster because the constants are short. */
64      
65    
66  #define XUINT(a) (((unsigned)(a) << BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS)  #define XUINT(a) (((unsigned)(a) << BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS)
67    
# Line 74  Boston, MA 02111-1307, USA.  */ Line 74  Boston, MA 02111-1307, USA.  */
74  #if 0  /* Loses when sign bit of type field is set.  */  #if 0  /* Loses when sign bit of type field is set.  */
75  #define XUNMARK(a) ((a) = (((a) << BITS_PER_INT-GCTYPEBITS-VALBITS) >> BITS_PER_INT-GCTYPEBITS-VALBITS))  #define XUNMARK(a) ((a) = (((a) << BITS_PER_INT-GCTYPEBITS-VALBITS) >> BITS_PER_INT-GCTYPEBITS-VALBITS))
76  #endif  #endif
   
 /* Define the BSTRING functions in terms of the sysV functions. */  
 /* On HPUX 8.05, including types.h can include strings.h  
    which declares these as functions.  Hence the #ifndef.  */  
   
 #ifndef HAVE_BCOPY  
 #define bcopy(a,b,s)    memcpy (b,a,s)  
 #define bzero(a,s)      memset (a,0,s)  
 #define bcmp            memcmp  
 #endif  
77    
78  /* #ifdef __hpux */  /* #ifdef __hpux */
79  /* Now define a symbol for the cpu type, if your compiler  /* Now define a symbol for the cpu type, if your compiler

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26