emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gdb emacs reporting 'Function "x_error_quitter" not defined' [includ


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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]