This results in an error message from the C compiler: pyffi-support.c:55: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyObject_CallObject’
"felix winkelmann" <[EMAIL PROTECTED]> writes: > > Try this instead: > > #>! > ___declare(type, "pyobject;(c-pointer > \"PyObject\");py-object-to;py-object-from") > > pyobject PyObject_CallObject (pyobject, pyobject); > <# > _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
