Skip to content

Commit b16c6f1

Browse files
authored
Update generate_stubs.pl
1 parent 42af0f7 commit b16c6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ut_assert/scripts/generate_stubs.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
if ($fileapi->{$funcname}->{variadic}) {
328328
$args .= ", va_list";
329329
}
330-
print OUT "extern void ".$handler_func->{$funcname}."($args);\n";
330+
print OUT "void ".$handler_func->{$funcname}."($args);\n";
331331
}
332332
}
333333

0 commit comments

Comments
 (0)