From: Vincent Pit Date: Mon, 6 Jun 2016 08:53:10 +0000 (+0200) Subject: Prevent a future possible declaration-after-code error X-Git-Tag: rt112246^2~5 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=915ea103e7467eb15f3e5a37c4d4329a2803ea3a;hp=915ea103e7467eb15f3e5a37c4d4329a2803ea3a;p=perl%2Fmodules%2FScope-Upper.git Prevent a future possible declaration-after-code error Right now SU_HAS_NEW_CXT implies defined(gv_fetchsv), but better make this more obvious. ---