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 fc31155 commit f113875Copy full SHA for f113875
regen/embed.pl
@@ -162,7 +162,6 @@ sub generate_proto_h {
162
}
163
164
my @nonnull;
165
- my $args_assert_line = ( $flags !~ /m/ );
166
my $has_depth = ( $flags =~ /W/ );
167
my $has_context = ( $flags !~ /T/ );
168
my $never_returns = ( $flags =~ /r/ );
@@ -204,6 +203,8 @@ sub generate_proto_h {
204
203
if $flags =~ /u/;
205
206
+ my $args_assert_line = ( $flags !~ /m/ );
207
+
208
my ($static_flag, @extra_static_flags)= $flags =~/([SsIi])/g;
209
210
if (@extra_static_flags) {
0 commit comments