Skip to content

Commit 0a3e160

Browse files
committed
regen/embed.pl: Move declaration
Future commits make the new location a better choice
1 parent 6f93069 commit 0a3e160

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

regen/embed.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ BEGIN
2828
require './regen/embed_lib.pl';
2929
}
3030

31+
my @az = ('a'..'z');
32+
3133
# This program has historically generated compatibility macros for a few
3234
# functions of the form Perl_FOO(pTHX_ ...). Those macros would be named
3335
# FOO(...), and would expand outside the core to Perl_FOO_nocontext(...)
@@ -58,7 +60,6 @@ BEGIN
5860
my %perl_compats; # Have 'perl_' prefix
5961

6062
my $unflagged_pointers;
61-
my @az = ('a'..'z');
6263

6364
#
6465
# See database of global and static function prototypes in embed.fnc

0 commit comments

Comments
 (0)