Hey there,
On Sun, 3 Dec 2000, Ben Laurie wrote:
> > is equivalent to whether you can follow a function's closing brace with a
> > semi-colon.
>
> Which you can't in ANSI C.
Yup, ok. :-)
> > Another option would be using "inline" I guess, but I don't know how
> > effective that is. Feedback welcome.
>
> inline is pretty good, but obviously only works on some compilers.
Well, given that every instance I've found can be solved by using a
"static" prefix to all the macros, there's a good chance decent compilers
with any reasonable optimisation might be inlining the macro-defined
functions anyway - they're extremely small functions.
Cheers,
Geoff
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]