diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-25 10:25:00 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-25 10:25:00 +0000 |
commit | 327c366704cde8b5db1271437c24407685d88228 (patch) | |
tree | 6cf396353f712e79faea59cc39239aa5c44c5376 /objpp.h | |
parent | 5ff3f7a4e03a6b103d9e628865398e498e9a7968 (diff) | |
download | perl-327c366704cde8b5db1271437c24407685d88228.tar.gz |
update template config.sh, add new config vars to win32 stuff
p4raw-id: //depot/perl@1890
Diffstat (limited to 'objpp.h')
-rw-r--r-- | objpp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -325,6 +325,8 @@ #define dump_sub CPerlObj::Perl_dump_sub #undef dumpuntil #define dumpuntil CPerlObj::dumpuntil +#undef emulate_eaccess +#define emulate_eaccess CPerlObj::emulate_eaccess #undef fbm_compile #define fbm_compile CPerlObj::Perl_fbm_compile #undef fbm_instr |