mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Define GS_SINT64 properly. Don't use casts as lvalues.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18707 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9f84bb2533
commit
ed2106be5c
4 changed files with 13 additions and 6 deletions
|
@ -296,7 +296,7 @@ else
|
|||
# 64-bit ints not supported - but we need a dummy type for byte-swapping
|
||||
# of 64-bit values arriving from another system.
|
||||
GS_SINT64="struct { gsu8 a[8]; }"
|
||||
GS_SINT64="struct { gsu8 a[8]; }"
|
||||
GS_UINT64="struct { gsu8 a[8]; }"
|
||||
GS_HAVE_I64=0
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue