--- Ken Williams <[EMAIL PROTECTED]> wrote:
> I wouldn't use comments if I were you, because they're awfully 
> ugly and contain too many points of head-scratching failure.  
> I'd prefer something more explicit:
> 
>      use Inline C
>      __END__
>      __C__
>      TYPEMAP(foo *, ...typemap code here...)
> 
>      void bar(foo* my_foo) {
>      }

But wouldn't that make it Inline "not-C"?  *ducks*

Seriously, it seems dangerous to me to make the C recognized by
Inline an extended dialect.  It seems much less painful to do
something like this:

    use Inline C => type => 'foo *', '/* foo* typemap code */';

/s

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

Reply via email to