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: Miles Bader
Subject: Re: gdb emacs reporting 'Function "x_error_quitter" not defined' [includes PATCH]
Date: Sat, 29 Jan 2005 11:26:38 +0900

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?

-Miles
-- 
Do not taunt Happy Fun Ball.




reply via email to

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