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'


From: Richard Stallman
Subject: Re: gdb emacs reporting 'Function "x_error_quitter" not defined'
Date: Fri, 21 Jan 2005 21:53:31 -0500

    Well, x_error_quitter is a static function and is called just once and
    directly, so the compiler can inline the function at the call site and
    doesn't need to kep the function around because it's static.

If we put its address into some static variable, will that prevent
it from disappearing?




reply via email to

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