HomeFreeBSD

lang/guile[23]: prefer long over long long for scm_off_t

Description

lang/guile[23]: prefer long over long long for scm_off_t

When long and long long are both the same size as off_t, prefer long
for scm_off_t even though it should make no difference, because llvm16
seems to consider them distinct types as arguments in function pointer
types. Also it seems cleaner.

fixes mailutils with GUILE=on on llvm16 on amd64.

Fixes: 94218d3a91189c7afea956e8905d5e5ecf879a2c
PR: 260960

Details

Provenance
Andrew "RhodiumToad" Gierth <andrew@tao11.riddles.org.uk>Authored on Aug 6 2023, 10:00 PM
fuzCommitted on Aug 9 2023, 1:01 PM
Parents
R11:8c48a83684b3: sysutils/consolekit2: Update to 1.2.6
Branches
Unknown
Tags
Unknown

Event Timeline

fuz committed R11:85fe592a0ce9: lang/guile[23]: prefer long over long long for scm_off_t (authored by Andrew "RhodiumToad" Gierth <andrew@tao11.riddles.org.uk>).Aug 9 2023, 1:01 PM