mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fix some typos
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/freeze-1_6_0@16161 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0309658388
commit
8832aad0a4
3 changed files with 1542 additions and 2602 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-03-11 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.ac: Fix some typos (Reported by
|
||||
Alexander Malmberg <alexander@malmberg.org>).
|
||||
|
||||
2003-03-07 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/gnustep/base/NSSet.h: Added a few non-openstep declarations
|
||||
|
|
|
@ -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_UINT64="struct { gsu8 a[8]; }"
|
||||
GS_HAVE_I64=0
|
||||
fi
|
||||
fi
|
||||
|
@ -369,7 +369,7 @@ if test $ac_cv_sizeof_long = 4; then
|
|||
else
|
||||
if test $ac_cv_sizeof_long = 8; then
|
||||
_GSC_S_LNG=_GSC_I64
|
||||
v else
|
||||
else
|
||||
if test $ac_cv_sizeof_long = 16; then
|
||||
_GSC_S_LNG=_GSC_I128
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue