_signed and __signed are also arch specific keywords

This commit is contained in:
MasaGratoR 2023-11-29 15:48:04 +01:00 committed by GitHub
parent dd17acd957
commit 20ae00c0ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,9 @@ replace_keywords = [
" restrict;",
" return;",
" short;",
" signed;",
" signed;";
" _signed;",
" __signed;",
" sizeof;",
" static;",
" static_assert;",