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 761c122 commit a0e7381Copy full SHA for a0e7381
regen/embed.pl
@@ -293,8 +293,6 @@ sub generate_proto_h {
293
warn "$func: $arg should not have NZ\n" if $nz;
294
}
295
296
- push( @nonnull, $n ) if $nn;
297
-
298
# Make sure each arg has at least a type and a var name.
299
# An arg of "int" is valid C, but want it to be "int foo".
300
my $argtype = ( $arg =~ m/^(\w+(?:\s*\*+)?)/ )[0];
0 commit comments