mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Enable inline nested functions again now that GCC 3.0 has been fixed
to deal with them git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10082 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cbbe53e05b
commit
d7a44c0b0f
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@
|
|||
|
||||
*/
|
||||
|
||||
/* Remove `inline' because they crash newer compilers */
|
||||
#define inline
|
||||
/* Remove `inline' nested functions if they crash your compiler */
|
||||
//#define inline
|
||||
|
||||
#include <config.h>
|
||||
#include <base/preface.h>
|
||||
|
|
Loading…
Reference in a new issue