Tidied code which wouldn't compile with gc=yes and gcc < 3.x

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13968 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-06-25 12:15:04 +00:00
parent 7b42b0855a
commit c0a0b66ea8

View file

@ -1,3 +1,10 @@
Tue Jun 25 13:13:00 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/Additions/GSMime.m ([-rawMimeData:]): Create the
autorelease pool after the other variables, so that it compiles
with gc=yes and gcc < 3.x.
* Source/NSLog.m (NSLogv): Idem.
2002-06-23 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/Foundation/NSFileHandle.h: add async read of specific length.