]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commit
Prevent a future possible declaration-after-code error
authorVincent Pit <perl@profvince.com>
Mon, 6 Jun 2016 08:53:10 +0000 (10:53 +0200)
committerVincent Pit <perl@profvince.com>
Mon, 6 Jun 2016 08:53:37 +0000 (10:53 +0200)
commit915ea103e7467eb15f3e5a37c4d4329a2803ea3a
tree149a35a53ddcc1d17880bf020a650c4c70f59edc
parentae64b29ad6c13002911b394f671bd4af07b3fc89
Prevent a future possible declaration-after-code error

Right now SU_HAS_NEW_CXT implies defined(gv_fetchsv), but better
make this more obvious.
Upper.xs