diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-04 20:31:04 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-04 20:31:04 +0000 |
commit | 3f54ad2bab26c7a42df396e164e78a422e8f1549 (patch) | |
tree | 62afcfab60fa0817654f8787047920db86dfc179 /gv.c | |
parent | af47ee559953261a98b07a8facdabf8c6a19ae2e (diff) | |
download | perl-3f54ad2bab26c7a42df396e164e78a422e8f1549.tar.gz |
remove useless 'rcsid' (extension of a suggestion by
Stephen McCamant)
p4raw-id: //depot/maint-5.005/perl@1727
Diffstat (limited to 'gv.c')
-rw-r--r-- | gv.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -19,8 +19,6 @@ #include "EXTERN.h" #include "perl.h" -EXT char rcsid[]; - GV * gv_AVadd(register GV *gv) { |