comparison src/device.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 697ef44129c6
children 11054d720c21
comparison
equal deleted inserted replaced
419:66615b78f1a5 420:41dbb7a9d5f2
134 sprintf (buf, " 0x%x>", d->header.uid); 134 sprintf (buf, " 0x%x>", d->header.uid);
135 write_c_string (buf, printcharfun); 135 write_c_string (buf, printcharfun);
136 } 136 }
137 137
138 DEFINE_LRECORD_IMPLEMENTATION ("device", device, 138 DEFINE_LRECORD_IMPLEMENTATION ("device", device,
139 mark_device, print_device, 0, 0, 0, 139 mark_device, print_device, 0, 0, 0, 0,
140 struct device); 140 struct device);
141 141
142 int 142 int
143 valid_device_class_p (Lisp_Object class) 143 valid_device_class_p (Lisp_Object class)
144 { 144 {