diff etc/gdbinit.in @ 3934:8453b9b6286f

[xemacs-hg @ 2007-05-01 14:01:46 by stephent] Update gdbinit for fontconfig reality. <87ejm0hbyw.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Tue, 01 May 2007 14:01:47 +0000
parents a1e20876b806
children e9ccbc62f7e7
line wrap: on
line diff
--- a/etc/gdbinit.in	Mon Apr 30 21:51:57 2007 +0000
+++ b/etc/gdbinit.in	Tue May 01 14:01:47 2007 +0000
@@ -430,17 +430,13 @@
   if $lrecord_type == lrecord_type_fc_pattern
     pstructtype fc_pattern
   else
-  if $lrecord_type == lrecord_type_fc_objectset
-    pstructtype fc_objectset
-  else
-  if $lrecord_type == lrecord_type_fc_fontset
-    pstructtype fc_fontset
+  if $lrecord_type == lrecord_type_fc_config
+    pstructtype fc_config
   else
     echo Unknown Lisp Object type\n
     print $arg0
   ## Barf, gag, retch
   end
-  end
   end 
   end
   end