Michael,

In Unicon there are two versions of cnv_str, one with instrumentation and
one without.  loadfunc()'ed C code that calls cnv_str (e.g. via a macro)
will have to be tweaked.  I think the simplest tweak is to change the name
cnv_str to cnv_str_0 in icall.h, and a better fix would be to change icall.h
to do the same thing the rest of the runtime system does, e.g.

#define cnv_str (curpstate->Cnvstr)

(This macro is from rmacros.h; there are about 30 functions so defined)

Thanks for reporting this, I'll see about doing the better fix.

Clint


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to