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:
Nicola Pero 2001-06-06 11:01:25 +00:00
parent cbbe53e05b
commit d7a44c0b0f

View file

@ -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>