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 26c3640 commit d068657Copy full SHA for d068657
regen/embed.pl
@@ -321,8 +321,6 @@ sub generate_proto_h {
321
warn "$func: $arg should not have NZ\n" if $nz;
322
}
323
324
- push( @nonnull, $n ) if $nn;
325
-
326
# Make sure each arg has at least a type and a var name.
327
# An arg of "int" is valid C, but want it to be "int foo".
328
my $argtype = ( $arg =~ m/^(\w+(?:\s*\*+)?)/ )[0];
0 commit comments