Mercurial > hg > xemacs-beta
comparison src/console.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 |
---|---|
135 sprintf (buf, " 0x%x>", con->header.uid); | 135 sprintf (buf, " 0x%x>", con->header.uid); |
136 write_c_string (buf, printcharfun); | 136 write_c_string (buf, printcharfun); |
137 } | 137 } |
138 | 138 |
139 DEFINE_LRECORD_IMPLEMENTATION ("console", console, | 139 DEFINE_LRECORD_IMPLEMENTATION ("console", console, |
140 mark_console, print_console, 0, 0, 0, | 140 mark_console, print_console, 0, 0, 0, 0, |
141 struct console); | 141 struct console); |
142 | 142 |
143 static struct console * | 143 static struct console * |
144 allocate_console (void) | 144 allocate_console (void) |
145 { | 145 { |