Disabled inlining of nested functions, so that we can compile the thing

using GCC 3.0


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

View file

@ -28,6 +28,9 @@
*/
/* Remove `inline' because they crash newer compilers */
#define inline
#include <config.h>
#include <base/preface.h>
#include <mframe.h>