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 /perlvars.h | |
parent | eb62e965dc0ac136da78171c1d08d2ae8b5b63dc (diff) | |
download | perl-703664f229b1c364f06ceda5f2503d00e2daa04c.tar.gz |
remove unused global `scrgv'
p4raw-id: //depot/perl@1128
Diffstat (limited to 'perlvars.h')
-rw-r--r-- | perlvars.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perlvars.h b/perlvars.h index 025f7c49ab..9bbd6155d0 100644 --- a/perlvars.h +++ b/perlvars.h @@ -107,7 +107,6 @@ PERLVAR(Gmulti_end, I32) /* last line of multi-line string */ PERLVAR(Gmulti_open, I32) /* delimiter of said string */ PERLVAR(Gmulti_close, I32) /* delimiter of said string */ -PERLVAR(Gscrgv, GV *) PERLVAR(Gerror_count, I32) /* how many errors so far, max 10 */ PERLVAR(Gsubline, I32) /* line this subroutine began on */ PERLVAR(Gsubname, SV *) /* name of current subroutine */ |