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: Sun, 30 Jan 2005 19:19:55 -0500

    > #if __GNUC__ >= 3 && __GNUC_MINOR__ >= 1

That condition isn' quite right,
since it will be false for GCC 4.0.
We could use (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)).

However, an unknown attribute is only a warning,
so we could make it just __GNUC__ >= 3.




reply via email to

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