git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16157 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-03-10 12:33:04 +00:00
parent d25aeb6fda
commit 986aba22b5

View file

@ -294,7 +294,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[9]; }"
GS_SINT64="struct { gsu8 a[8]; }"
GS_HAVE_I64=0
fi
fi