fix g++ 3.3 compile

This commit is contained in:
Glenn Maynard
2005-11-22 20:27:15 +00:00
parent 63b74499ae
commit 3b270a96c8
@@ -18,7 +18,7 @@ extern "C" int sigaltstack(const stack_t * __restrict, stack_t * __restrict);
#endif
#if defined(__GNUC__)
# define NOINLINE __attribute__((noinline))
# define NOINLINE __attribute__((__noinline__))
#else
# define NOINLINE
#endif