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: Richard Stallman
Subject: Re: gdb emacs reporting 'Function "x_error_quitter" not defined' [includes PATCH]
Date: Sat, 29 Jan 2005 11:21:23 -0500

    For non-ancient versions of gcc, why not just tell the compiler
    exactly what's wanted, e.g., by putting something the following in a
    header file somewhere:

    #if __GNUC__ >= 3 && __GNUC_MINOR__ >= 1
    # define NO_INLINE __attribute__((noinline))
    #else
    # define NO_INLINE
    #endif

    ... and define x_error_quitter using NO_INLINE?

I think that is best.  (I dont have GCC docs so I could not look this
up.)




reply via email to

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