Disabled inling of nested functions in mframe so that we can compile

using gcc 3.0


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10077 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-06-05 11:54:43 +00:00
parent 229742aba9
commit fcc21ef046

View file

@ -1,3 +1,8 @@
2001-06-05 Nicola Pero <n.pero@mi.flashnet.it>
* Source/mframe.m: Disabled inlining of nested functions. This
should allow gnustep-base to be compiled using gcc 3.0.
2001-06-05 Richard Frith-Macdonald <rfm@gnu.uk>
* Source/GSString.m: ([replaceCharactersInRange:withString:])