Mercurial > hg > xemacs-beta
diff src/lrecord.h @ 3931:fd1f0c73d4df
[xemacs-hg @ 2007-04-30 16:46:29 by stephent]
First draft of fc-config implementation. <87r6q1hkgo.fsf@uwakimon.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 30 Apr 2007 16:46:36 +0000 |
parents | d674024a8674 |
children | 8f1ee2d15784 |
line wrap: on
line diff
--- a/src/lrecord.h Mon Apr 30 16:22:35 2007 +0000 +++ b/src/lrecord.h Mon Apr 30 16:46:36 2007 +0000 @@ -211,6 +211,7 @@ }; #endif /* not NEW_GC */ +/* DON'T FORGET to update .gdbinit.in if you change this list. */ enum lrecord_type { /* Symbol value magic types come first to make SYMBOL_VALUE_MAGIC_P fast. @@ -279,6 +280,7 @@ lrecord_type_image_instance, lrecord_type_glyph, lrecord_type_face, + lrecord_type_fc_config, lrecord_type_fc_pattern, lrecord_type_database, lrecord_type_tooltalk_message,