diff options
| author | Karoly Lorentey | 2006-01-03 02:15:28 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-01-03 02:15:28 +0000 |
| commit | b58cb6144c59dfa3a44b9b383cf354bc2c9bebdf (patch) | |
| tree | 87bc562249d9e597e12406e1d9b1c7dfb0f937e5 /src/emacs.c | |
| parent | b3e6f69c10973ff7b040ced07a3a084960619681 (diff) | |
| parent | 55262b16df717fe533ea4ad23dac3f02398c9055 (diff) | |
| download | emacs-b58cb6144c59dfa3a44b9b383cf354bc2c9bebdf.tar.gz emacs-b58cb6144c59dfa3a44b9b383cf354bc2c9bebdf.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 682)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-682
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-490
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 142da86df95..d38cf4379bf 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -113,6 +113,9 @@ EMACS_INT gdb_data_seg_bits = 0; | |||
| 113 | #endif | 113 | #endif |
| 114 | EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG; | 114 | EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG; |
| 115 | EMACS_INT gdb_array_mark_flag = ARRAY_MARK_FLAG; | 115 | EMACS_INT gdb_array_mark_flag = ARRAY_MARK_FLAG; |
| 116 | /* GDB might say "No enum type named pvec_type" if we don't have at | ||
| 117 | least one symbol with that type, and then xbacktrace could fail. */ | ||
| 118 | enum pvec_type gdb_pvec_type = PVEC_TYPE_MASK; | ||
| 116 | 119 | ||
| 117 | /* Command line args from shell, as list of strings. */ | 120 | /* Command line args from shell, as list of strings. */ |
| 118 | Lisp_Object Vcommand_line_args; | 121 | Lisp_Object Vcommand_line_args; |