diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-08 21:04:48 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-08 21:04:48 +0000 |
commit | db5cf5a9c391da96933df0f1e349efb8c51e35f9 (patch) | |
tree | 86611b4d36797a8b5f61a7f3e9f26263e7f400eb /embedvar.h | |
parent | 1d5472a96cdafb6d0b947d16fd3e5f3ddac8a37b (diff) | |
download | perl-db5cf5a9c391da96933df0f1e349efb8c51e35f9.tar.gz |
remove bogus symbols from global.sym
p4raw-id: //depot/perl@3095
Diffstat (limited to 'embedvar.h')
-rw-r--r-- | embedvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embedvar.h b/embedvar.h index 8c7c2a7807..63613efa77 100644 --- a/embedvar.h +++ b/embedvar.h @@ -943,7 +943,7 @@ #endif /* PERL_GLOBAL_STRUCT */ -#ifdef PERL_POLLUTE /* unsupported in 5.006 */ +#ifdef PERL_POLLUTE /* disabled by default in 5.006 */ #define DBsingle PL_DBsingle #define DBsub PL_DBsub @@ -972,4 +972,4 @@ #define tainted PL_tainted #define tainting PL_tainting -#endif /* MIN_PERL_DEFINE */ +#endif /* PERL_POLLUTE */ |