|
| From: | Stefan Monnier |
| Subject: | Re: gdb emacs reporting 'Function "x_error_quitter" not defined' [includes PATCH] |
| Date: | Sat, 29 Jan 2005 13:39:27 -0500 |
| User-agent: | Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) |
> #if __GNUC__ >= 3 && __GNUC_MINOR__ >= 1
> # define NO_INLINE __attribute__((noinline))
> #else
> # define NO_INLINE
> #endif
Now, that's a solution!
Thank you.
And it's self-commenting to boot.
Stefan
PS: When was this `noinline' attribute introduced? In gcc-3.2?
| [Prev in Thread] | Current Thread | [Next in Thread] |