On Wed, Oct 24, 2001 at 01:56:01PM -0700, Brent Dax wrote:
> After thinking about this for a couple minutes, I came up with a
> solution involving a macro (I can hear the groans from here):
> #define VTABLE_CALL(vfunc, type)
> ((op_func_t)((INTVAL)vfunc+(INTVAL)type))

This is entirely my fault; I asked if this was sane C and it turned
out not to be. I need to revamp the multimethod business to use arrays.

> Okay, can someone stop with the gcc-isms?

Guilty again. But Alex Gough had a patch which fixed this, and I
thought he committed it.

>       core_ops.obj : error LNK2019: unresolved external symbol _sleep
> referenced in function _Parrot_sleep_i
>       test_prog.exe : fatal error LNK1120: 1 unresolved externals

Cool, this one wasn't my fault.

-- 
                Relf Test Passed.

Reply via email to