mirror of
https://github.com/samba-team/samba.git
synced 2025-09-23 01:44:20 +03:00
tevent:mksigs: normalize bool -> _Bool
Michael
This commit is contained in:
@@ -176,5 +176,8 @@ while (my $LINE = <>) {
|
|||||||
# normalize unsigned
|
# normalize unsigned
|
||||||
$LINE =~ s/([\s,\(])unsigned([,\)])/$1unsigned int$2/g;
|
$LINE =~ s/([\s,\(])unsigned([,\)])/$1unsigned int$2/g;
|
||||||
|
|
||||||
|
# normalize bool
|
||||||
|
$LINE =~ s/(\b)bool(\b)/_Bool/g;
|
||||||
|
|
||||||
print $LINE . "\n";
|
print $LINE . "\n";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user