Subject: Re: libkern
To: None <lm@CS.Stanford.EDU, port-m68k@sun-lamp.cs.berkeley.edu,>
From: Theo Deraadt <deraadt@fsa.ca>
List: port-m68k
Date: 11/27/1993 17:45:31
> I looked at the SPARC libkern sources and wondered: why are these not al
> macros in libkern.h?

You mean "static inline"?

Because the sources should be compilable with a non-gcc compiler. We
should avoid the use of gcc'isms if possible. This is simply a portability
issue.

------------------------------------------------------------------------------