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 b5957cd commit c714c9aCopy full SHA for c714c9a
regen/embed.pl
@@ -156,7 +156,6 @@ sub generate_proto_h {
156
}
157
158
my @nonnull;
159
- my $args_assert_line = ( $flags !~ /m/ );
160
my $has_depth = ( $flags =~ /W/ );
161
my $has_context = ( $flags !~ /T/ );
162
my $never_returns = ( $flags =~ /r/ );
@@ -198,6 +197,8 @@ sub generate_proto_h {
198
197
if $flags =~ /u/;
199
200
+ my $args_assert_line = ( $flags !~ /m/ );
201
+
202
my ($static_flag, @extra_static_flags)= $flags =~/([SsIi])/g;
203
204
if (@extra_static_flags) {
0 commit comments