[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/m/hp800.h
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/m/hp800.h |
Date: |
Tue, 04 Feb 2003 09:03:31 -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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/m/hp800.h,
Juanma Barranquero <=