----- Original Message ----- From: "Marvin Humphrey" <[EMAIL PROTECTED]>
.
.

How do you turn off the prefix-stripping for Perl symbols, so that they have to be invoked as Perl_do_close() rather than do_close() etc?


If prefix-stripping was done (not that I know how to do it), wouldn't there still be a problem with embed.h which defines:

#define do_close  Perl_do_close
and
#define do_open   Perl_do_open

Cheers,
Rob



Reply via email to