changeset: 5304:6784adb405ad
tag: tip
user: Aidan Kehoe <kehoea(a)parhasard.net>
date: Mon Nov 15 19:31:06 2010 +0000
files: src/.gdbinit.in.in src/ChangeLog
description:
Remove lrecord_type_popup_data, lrecord_type_window_configuration, .gdbinit.in
2010-11-15 Aidan Kehoe <kehoea(a)parhasard.net>
* .gdbinit.in: Remove lrecord_type_popup_data,
lrecord_type_window_configuration from this file, they're not
used, and their presence breaks pobj in GDB at runtime for me.
diff -r 4c4085177ca5 -r 6784adb405ad src/.gdbinit.in.in
--- a/src/.gdbinit.in.in Sun Nov 14 14:54:09 2010 +0000
+++ b/src/.gdbinit.in.in Mon Nov 15 19:31:06 2010 +0000
@@ -411,9 +411,6 @@
if $lrecord_type == lrecord_type_opaque_ptr
pptype Lisp_Opaque_Ptr
else
- if $lrecord_type == lrecord_type_popup_data
- pptype popup_data
- else
if $lrecord_type == lrecord_type_process
pptype Lisp_Process
else
@@ -456,9 +453,6 @@
if $lrecord_type == lrecord_type_window
pstructtype window
else
- if $lrecord_type == lrecord_type_window_configuration
- pstructtype window_config
- else
if $lrecord_type == lrecord_type_fc_pattern
pstructtype fc_pattern
else
@@ -470,8 +464,6 @@
## Barf, gag, retch
end
end
- end
- end
end
end
end
diff -r 4c4085177ca5 -r 6784adb405ad src/ChangeLog
--- a/src/ChangeLog Sun Nov 14 14:54:09 2010 +0000
+++ b/src/ChangeLog Mon Nov 15 19:31:06 2010 +0000
@@ -1,3 +1,9 @@
+2010-11-15 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * .gdbinit.in: Remove lrecord_type_popup_data,
+ lrecord_type_window_configuration from this file, they're not
+ used, and their presence breaks pobj in GDB at runtime for me.
+
2010-11-14 Aidan Kehoe <kehoea(a)parhasard.net>
* fns.c (Fnreverse):
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches