comparison src/frame.c @ 420:41dbb7a9d5f2 r21-2-18

Import from CVS: tag r21-2-18
author cvs
date Mon, 13 Aug 2007 11:24:09 +0200
parents da8ed4261e83
children 95016f13131a
comparison
equal deleted inserted replaced
419:66615b78f1a5 420:41dbb7a9d5f2
153 sprintf (buf, " 0x%x>", frm->header.uid); 153 sprintf (buf, " 0x%x>", frm->header.uid);
154 write_c_string (buf, printcharfun); 154 write_c_string (buf, printcharfun);
155 } 155 }
156 156
157 DEFINE_LRECORD_IMPLEMENTATION ("frame", frame, 157 DEFINE_LRECORD_IMPLEMENTATION ("frame", frame,
158 mark_frame, print_frame, 0, 0, 0, 158 mark_frame, print_frame, 0, 0, 0, 0,
159 struct frame); 159 struct frame);
160 160
161 static void 161 static void
162 nuke_all_frame_slots (struct frame *f) 162 nuke_all_frame_slots (struct frame *f)
163 { 163 {