Since debug.o is not linked unless you compile with debugging info,
reinit_vars_of_debug() is undefined. This fixes it for me.
I know I know, debug symbols good for portable dumper, but I configured
that way by mistake and turned this up. :)
-Bill P.
Index: emacs.c
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/src/emacs.c,v
retrieving revision 1.82.2.31
diff -c -w -r1.82.2.31 emacs.c
*** emacs.c 1999/10/30 19:57:32 1.82.2.31
--- emacs.c 1999/11/03 11:56:21
***************
*** 1662,1668 ****
--- 1662,1670 ----
reinit_vars_of_buffer ();
reinit_vars_of_console ();
+ #ifdef DEBUG_XEMACS
reinit_vars_of_debug ();
+ #endif
reinit_vars_of_device ();
reinit_vars_of_eval ();
#ifdef HAVE_X_WINDOWS
Show replies by date