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:
rfm 2010-03-09 10:09:55 +00:00
parent 2c8290830e
commit 4b2d8eff27
2 changed files with 7890 additions and 7954 deletions

15840
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -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