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 /cygwin32 | |
parent | eb62e965dc0ac136da78171c1d08d2ae8b5b63dc (diff) | |
download | perl-703664f229b1c364f06ceda5f2503d00e2daa04c.tar.gz |
remove unused global `scrgv'
p4raw-id: //depot/perl@1128
Diffstat (limited to 'cygwin32')
-rw-r--r-- | cygwin32/cw32imp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cygwin32/cw32imp.h b/cygwin32/cw32imp.h index 1fb11d3e03..885cbb1202 100644 --- a/cygwin32/cw32imp.h +++ b/cygwin32/cw32imp.h @@ -165,7 +165,6 @@ #define Perl_scopestack (*__imp_Perl_scopestack) #define Perl_scopestack_ix (*__imp_Perl_scopestack_ix) #define Perl_scopestack_max (*__imp_Perl_scopestack_max) -#define Perl_scrgv (*__imp_Perl_scrgv) #define Perl_sh_path (*__imp_Perl_sh_path) #define Perl_sig_name (*__imp_Perl_sig_name) #define Perl_sig_num (*__imp_Perl_sig_num) |