mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix 128bit integer definition
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29889 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2c8290830e
commit
4b2d8eff27
2 changed files with 7890 additions and 7954 deletions
|
@ -482,8 +482,8 @@ else
|
|||
else
|
||||
# 128-bit ints not supported - but we need a dummy type for byte-swapping
|
||||
# of 128-bit values arriving from another system.
|
||||
GS_SINT128="struct { gsu8 a[16]; }"
|
||||
GS_UINT128="struct { gsu8 a[16]; }"
|
||||
GS_SINT128="struct { gsu8 a[[16]]; }"
|
||||
GS_UINT128="struct { gsu8 a[[16]]; }"
|
||||
GS_HAVE_I128=0
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue