We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae778e2 commit d8427e4Copy full SHA for d8427e4
regen/embed.pl
@@ -28,6 +28,8 @@ BEGIN
28
require './regen/embed_lib.pl';
29
}
30
31
+my @az = ('a'..'z');
32
+
33
# This program has historically generated compatibility macros for a few
34
# functions of the form Perl_FOO(pTHX_ ...). Those macros would be named
35
# FOO(...), and would expand outside the core to Perl_FOO_nocontext(...)
@@ -58,7 +60,6 @@ BEGIN
58
60
my %perl_compats; # Have 'perl_' prefix
59
61
62
my $unflagged_pointers;
-my @az = ('a'..'z');
63
64
#
65
# See database of global and static function prototypes in embed.fnc
0 commit comments