emacs-devel
[Top][All Lists]
Advanced

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

Re: hppa1.1-hp-hpux10.20 is considered to be obsolete


From: Dan Nicolaescu
Subject: Re: hppa1.1-hp-hpux10.20 is considered to be obsolete
Date: Thu, 10 Apr 2008 20:16:36 -0700

"Peter O'Gorman" <address@hidden> writes:

  > Hi,
  > 
  > We are updating our emacs-22.1 packages to 22.2 and noticed that one
  > of the systems that we build on is planned to be desupported.
  > 
  > We still build and run latest emacs (with gtk etc) on HP-UX 10.20.

OK, it's not on the list anymore.

Can you please also verify if emacs builds and runs correctly if you
remove these lines:

#define XUINT(a) (((unsigned)(a) << BITS_PER_INT-VALBITS) >> 
BITS_PER_INT-VALBITS)

#define XSET(var, type, ptr) \
   ((var) = ((int)(type) << VALBITS) + (((unsigned) (ptr) <<   
BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS))

from emacs/src/m/hp800.h ? 





reply via email to

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