Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 13 Aug 2002 11:58:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 13 Aug 2002 11:58:13 -0400 Received: from mnh-1-01.mv.com ([207.22.10.33]:52996 "EHLO ccure.karaya.com") by vger.kernel.org with ESMTP id ; Tue, 13 Aug 2002 11:58:12 -0400 Message-Id: <200208131705.MAA02401@ccure.karaya.com> X-Mailer: exmh version 2.0.2 To: torvalds@transmeta.com cc: linux-kernel@vger.kernel.org, jdike@karaya.com Subject: [PATCH] UML - part 1 of 3 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 13 Aug 2002 12:05:47 -0500 From: Jeff Dike Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1058 Lines: 25 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/