became: TERM = xterm Breakpoint 1 at 0x811e0a6: file emacs.c, line 460. Function "x_error_quitter" not defined.
The function still exists in the source. Can you investigate why it does not exist in your binary? I can only guess it was inlined and optimized out of existence. But that's supposed to be prevented by NO_INLINE which should expand to __attribute__((noinline)). static void NO_INLINE x_error_quitter (display, error) _______________________________________________ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug