diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-14 01:38:39 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-14 01:38:39 +0000 |
commit | 703664f229b1c364f06ceda5f2503d00e2daa04c (patch) | |
tree | 88671b949859070a415da96e4133dab8ff516856 /ObjXSub.h | |
parent | eb62e965dc0ac136da78171c1d08d2ae8b5b63dc (diff) | |
download | perl-703664f229b1c364f06ceda5f2503d00e2daa04c.tar.gz |
remove unused global `scrgv'
p4raw-id: //depot/perl@1128
Diffstat (limited to 'ObjXSub.h')
-rw-r--r-- | ObjXSub.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -544,8 +544,6 @@ #define screamfirst pPerl->Perl_screamfirst #undef screamnext #define screamnext pPerl->Perl_screamnext -#undef scrgv -#define scrgv pPerl->Perl_scrgv #undef secondgv #define secondgv pPerl->Perl_secondgv #undef seen_zerolen |