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:
nico 2001-06-06 11:01:25 +00:00
parent 4c54be193d
commit 3bc206af4b

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>