diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-09-18 11:07:51 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-09-18 11:07:51 +0000 |
commit | 6d4cb3f4c453f695295e25351964cfaeafa5a46a (patch) | |
tree | c021fcd97e0b38dc7cc932d86fd493b6f36fee56 /pod/perltodo.pod | |
parent | 728f4ecd5858cf42b7be7efeced98ccdc4ba54ee (diff) | |
download | perl-6d4cb3f4c453f695295e25351964cfaeafa5a46a.tar.gz |
Tidying up the unused or unneeded global variables would be good.
p4raw-id: //depot/perl@25463
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 4d13b682d6..feb2e715db 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -287,6 +287,18 @@ such that it's trivial for the Pumpking to flag "this is an official release" when making a tarball, yet leave the default source saying "I'm not the official release". +=head2 Tidy up global variables + +There's a note in F<intrpvar.h> + + /* These two variables are needed to preserve 5.8.x bincompat because + we can't change function prototypes of two exported functions. + Probably should be taken out of blead soon, and relevant prototypes + changed. */ + +So doing this, and removing any of the unused variables still present would +be good. + =head2 Ordering of "global" variables. F<thrdvar.h> and F<intrpvarh> define the "global" variables that need to be |