emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/emacs.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Sat, 31 Dec 2005 14:21:53 +0000

Index: emacs/src/emacs.c
diff -u emacs/src/emacs.c:1.382 emacs/src/emacs.c:1.383
--- emacs/src/emacs.c:1.382     Sun Dec 11 01:06:20 2005
+++ emacs/src/emacs.c   Sat Dec 31 14:21:53 2005
@@ -112,6 +112,9 @@
 #endif
 EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG;
 EMACS_INT gdb_array_mark_flag = ARRAY_MARK_FLAG;
+/* GDB might say "No enum type named pvec_type" if we don't have at
+   least one symbol with that type, and then xbacktrace could fail.  */
+enum pvec_type gdb_pvec_type = PVEC_TYPE_MASK;
 
 /* Command line args from shell, as list of strings.  */
 Lisp_Object Vcommand_line_args;




reply via email to

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