2002-08-13 15:58:13

by Jeff Dike

[permalink] [raw]
Subject: [PATCH] UML - part 1 of 3

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