LWN.net Logo

UML - part 1 of 3

From:  Jeff Dike <jdike@karaya.com>
To:  torvalds@transmeta.com
Subject:  [PATCH] UML - part 1 of 3
Date:  Tue, 13 Aug 2002 12:05:47 -0500
Cc:  linux-kernel@vger.kernel.org, jdike@karaya.com

When you reverted the stringify changes I sent last time, you missed removing
a comment, which is now grossly wrong.  This patch finishes the job.

				Jeff

diff -Naur orig/include/linux/stringify.h linus/include/linux/stringify.h
--- orig/include/linux/stringify.h	Mon Aug 12 22:29:53 2002
+++ linus/include/linux/stringify.h	Tue Aug 13 11:37:18 2002
@@ -4,10 +4,6 @@
 /* Indirect stringification.  Doing two levels allows the parameter to be a
  * macro itself.  For example, compile with -DFOO=bar, __stringify(FOO)
  * converts to "bar".
- *
- * The "..." is gcc's cpp vararg macro syntax.  It is required because __ALIGN,
- * in linkage.h, contains a comma, which when expanded, causes it to look 
- * like two arguments, which breaks the standard non-vararg stringizer.
  */
 
 #define __stringify_1(x)	#x

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2002, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds