From xemacs-m  Sun Jun  1 04:02:12 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id EAA18328
	for <xemacs-beta@xemacs.org>; Sun, 1 Jun 1997 04:02:11 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id CAA24023; Sun, 1 Jun 1997 02:19:25 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id CAA20260; Sun, 1 Jun 1997 02:01:03 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id CAA00927; Sun, 1 Jun 1997 02:01:01 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id CAA06174; Sun, 1 Jun 1997 02:00:59 -0700
Date: Sun, 1 Jun 1997 02:00:59 -0700
Message-Id: <199706010900.CAA06174@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
Cc: Xemacs-beta ML <xemacs-beta@xemacs.org>
Subject: inline keyword detection problems
In-Reply-To: <19970530122004.26010@iria.mines.u-nancy.fr>
References: <19970530122004.26010@iria.mines.u-nancy.fr>
X-Mailer: VM 6.31 under 20.3 XEmacs Lucid (beta3)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "OG" == Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr> writes:

OG> As for SGI's cc, configure correctly detects that the keyword for
OG> inlining is __inline, but src/config.h.in assumes that it is
OG> inline no matter what => compilation fails.

Thank you very much for that hint.  I have made (as usual, completely
untested) changes to take this into account.  Old configure only knew
about "inline", not "__inline".  Now it should be able to handle them all.

Martin

