emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/hp800.h


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/m/hp800.h
Date: Fri, 04 Apr 2003 01:23:53 -0500

Index: emacs/src/m/hp800.h
diff -c emacs/src/m/hp800.h:1.18 emacs/src/m/hp800.h:1.19
*** emacs/src/m/hp800.h:1.18    Mon Nov 18 11:25:04 2002
--- emacs/src/m/hp800.h Tue Feb  4 09:03:18 2003
***************
*** 19,25 ****
  Boston, MA 02111-1307, USA.  */
  
  
! /* The following line tells the configuration script what sort of 
     operating system this machine is likely to run.
     USUAL-OPSYS="hpux"  */
  
--- 19,25 ----
  Boston, MA 02111-1307, USA.  */
  
  
! /* The following line tells the configuration script what sort of
     operating system this machine is likely to run.
     USUAL-OPSYS="hpux"  */
  
***************
*** 61,67 ****
  
  /* The standard definitions of these macros would work ok,
     but these are faster because the constants are short. */
!    
  
  #define XUINT(a) (((unsigned)(a) << BITS_PER_INT-VALBITS) >> 
BITS_PER_INT-VALBITS)
  
--- 61,67 ----
  
  /* The standard definitions of these macros would work ok,
     but these are faster because the constants are short. */
! 
  
  #define XUINT(a) (((unsigned)(a) << BITS_PER_INT-VALBITS) >> 
BITS_PER_INT-VALBITS)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]