linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 15/16] C99: 2.6.0-t3-bk7/scripts
@ 2003-08-20  8:05 CaT
  0 siblings, 0 replies; only message in thread
From: CaT @ 2003-08-20  8:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds

diff -aur linux.backup/scripts/kconfig/symbol.c linux/scripts/kconfig/symbol.c
--- linux.backup/scripts/kconfig/symbol.c	Thu Jun 26 23:48:14 2003
+++ linux/scripts/kconfig/symbol.c	Wed Aug 20 16:40:22 2003
@@ -12,21 +12,21 @@
 #include "lkc.h"
 
 struct symbol symbol_yes = {
-	name: "y",
-	curr: { "y", yes },
-	flags: SYMBOL_YES|SYMBOL_VALID,
+	.name = "y",
+	.curr = { "y", yes },
+	.flags = SYMBOL_YES|SYMBOL_VALID,
 }, symbol_mod = {
-	name: "m",
-	curr: { "m", mod },
-	flags: SYMBOL_MOD|SYMBOL_VALID,
+	.name = "m",
+	.curr = { "m", mod },
+	.flags = SYMBOL_MOD|SYMBOL_VALID,
 }, symbol_no = {
-	name: "n",
-	curr: { "n", no },
-	flags: SYMBOL_NO|SYMBOL_VALID,
+	.name = "n",
+	.curr = { "n", no },
+	.flags = SYMBOL_NO|SYMBOL_VALID,
 }, symbol_empty = {
-	name: "",
-	curr: { "", no },
-	flags: SYMBOL_VALID,
+	.name = "",
+	.curr = { "", no },
+	.flags = SYMBOL_VALID,
 };
 
 int sym_change_count;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-20  8:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-20  8:05 [PATCH 15/16] C99: 2.6.0-t3-bk7/scripts CaT

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).