Re: probing for inline

2003-11-30 Thread Leopold Toetsch
Nicholas Clark <[EMAIL PROTECTED]> wrote: > I was wondering whether it would be feasible to replace macros (some, most > or even all) conditionally with inline functions if the inline keyword is > available. AFAIK the only place where macros are widely used is jit_emit.h. I'm not aware of other m

probing for inline

2003-11-29 Thread Nicholas Clark
I've not been playing close attention to parrot recently [Been busy hacking for the dark side :-)] I've just noticed that Leo added a check for whether the C compiler supports the inline keyword: http://nntp.x.perl.org/group/perl.cvs.parrot/5176 PARROT_INLINE conditionally becomes either inline o