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

Commit92a1834

Browse files
committed
Fix unportable spelling of int64 constant.
Per buildfarm member pademelon.
1 parentd1f9ac5 commit92a1834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/utils/hashutils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static inline uint64
2929
hash_combine64(uint64a,uint64b)
3030
{
3131
/* 0x49a0f4dd15e5a8e3 is 64bit random data */
32-
a ^=b+0x49a0f4dd15e5a8e3+ (a <<54)+ (a >>7);
32+
a ^=b+UINT64CONST(0x49a0f4dd15e5a8e3)+ (a <<54)+ (a >>7);
3333
returna;
3434
}
3535

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp