Subject: Re: CVS commit: othersrc/bootstrap-pkgsrc/sed
To: Martin Husemann <martin@NetBSD.ORG>
From: Todd Vierling <tv@pobox.com>
List: source-changes
Date: 08/25/2003 10:30:47
On Mon, 25 Aug 2003, Martin Husemann wrote:

: > The 'inline' keyword is a nonstandard extension of GCC, AFAIK.
:
: No, "inline" is a C99 keyword (at least, I think it's a lot older actually).

Some compilers (Lattice comes to mind) have supported it since 1987, and
perhaps earlier.

: > MipsPro does not like it, so remove it.
:
: MipsPro sucks ;-}

A "-Dinline=" should squelch it, in any case.

I haven't looked heavily at bootstrap-pkgsrc, but if it provides a
NetBSD-compatible <sys/cdefs.h>, the you could use "__inline" instead.

-- 
-- Todd Vierling <tv@pobox.com>