Subject: Are gcc syntax extensions ok to use? To: None <tech-kern@netbsd.org> From: John Fremlin <chief@bandits.org> List: tech-kern Date: 04/22/2001 03:09:29
Specifically, named struct field initializers, for example,
static struct wsscreen_descr wssd_stdscreen = {
name: "LCD",
ncols: 80,
nrows: 30,
capabilities: 0 /* can't do anything ;-) */
}
;
--
http://www.penguinpowered.com/~vii