Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf6be7a

Browse files
committed
Put inline declaration before return type
gcc -Wextra complains that the other way around is obsolescent, andthis was the only place where it was written in this order.
1 parent30f8545 commitbf6be7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/fuzzystrmatch/fuzzystrmatch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ getcode(char c)
168168
#defineNOGHTOF(c)(getcode(c) & 16)/* BDH */
169169

170170
/* Faster than memcmp(), for this use case. */
171-
staticboolinline
171+
staticinlinebool
172172
rest_of_char_same(constchar*s1,constchar*s2,intlen)
173173
{
174174
while (len>0)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp