From 1ecf685318351786c95bfe88edf6a1cd778ff6b1 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 5 Jun 2001 11:52:27 +0000 Subject: [PATCH] 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 --- Source/mframe.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/mframe.m b/Source/mframe.m index 8d8a9c0f8..47dff5cec 100644 --- a/Source/mframe.m +++ b/Source/mframe.m @@ -28,6 +28,9 @@ */ +/* Remove `inline' because they crash newer compilers */ +#define inline + #include #include #include