xfree86: Undef __HIGHC__

MetaWare High C++ compiler?  xfree86 cvs history shows this being added
in a commit whose text is, classically, "updates".  metaware.com
redirects to a 404 on synopsys.com, which to me indicates it's not super
important to them, and their order form won't even tell you how much the
thing costs.  At any rate if this is worth worrying about it's worth
letting autoconf worry about for us.

Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Adam Jackson 2014-07-22 10:59:03 -04:00 committed by Keith Packard
parent 80446086b9
commit f7f9ccef1d

View File

@ -79,8 +79,6 @@
#ifndef __inline__
#if defined(__GNUC__)
/* gcc has __inline__ */
#elif defined(__HIGHC__)
#define __inline__ _Inline
#else
#define __inline__ /**/
#endif
@ -88,8 +86,6 @@
#ifndef __inline
#if defined(__GNUC__)
/* gcc has __inline */
#elif defined(__HIGHC__)
#define __inline _Inline
#else
#define __inline /**/
#endif
@ -1235,8 +1231,7 @@ inl(unsigned short port)
#if !defined(__SUNPRO_C)
#include <sys/inline.h>
#endif
#if !defined(__HIGHC__) && !defined(__SUNPRO_C) || \
defined(__USLC__)
#if !defined(__SUNPRO_C) || defined(__USLC__)
#pragma asm partial_optimization outl
#pragma asm partial_optimization outw
#pragma asm partial_optimization outb