mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
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:
parent
8ca1da0f5f
commit
229742aba9
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
|||
|
||||
*/
|
||||
|
||||
/* Remove `inline' because they crash newer compilers */
|
||||
#define inline
|
||||
|
||||
#include <config.h>
|
||||
#include <base/preface.h>
|
||||
#include <mframe.h>
|
||||
|
|
Loading…
Reference in a new issue