On Fri, 28 Feb 2003 22:22:50 GMT, Nicholas Clark wrote: >Well, it is part of the COW changes. What doesn't make sense is that based on >its line in embed.fnc and what Sarathy said: > >po |void |sv_free2 |SV* sv > >I can't see why it's not already being exported for Win32 If you wade through makedef.pl, you'll see it simply uses the symbols placed in the *.sym files. Only the symbols that are part of the public API get put in the *.sym files by embed.pl. Ergo, you need an 'A' flag there for sv_free2() for C.xs to be able to see it. Sarathy gsar@ActiveState.comThread Previous | Thread Next