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 d8427e4 commit d2f07cbCopy full SHA for d2f07cb
regen/embed.pl
@@ -59,8 +59,6 @@ BEGIN
59
$has_compat_macro{$_} = 1 for @have_compatibility_macros;
60
my %perl_compats; # Have 'perl_' prefix
61
62
-my $unflagged_pointers;
63
-
64
#
65
# See database of global and static function prototypes in embed.fnc
66
# This is used to generate prototype headers under various configurations,
@@ -132,6 +130,10 @@ sub open_buf_out {
132
130
# take non-initialised GV pointers
133
131
);
134
+# Pointer arguments that erroneously don't indicate whether they can be NULL,
+# etc.
135
+my $unflagged_pointers;
136
+
137
# generate proto.h
138
sub generate_proto_h {
139
my ($all)= @_;
0 commit comments