From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761104AbYD2Jw5 (ORCPT ); Tue, 29 Apr 2008 05:52:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751765AbYD2Jwt (ORCPT ); Tue, 29 Apr 2008 05:52:49 -0400 Received: from gate.crashing.org ([63.228.1.57]:56781 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751169AbYD2Jws (ORCPT ); Tue, 29 Apr 2008 05:52:48 -0400 In-Reply-To: <20080428230637.GX5401@shadowen.org> References: <20080428153122.a94d21ba.pj@sgi.com> <481637D7.8090000@dawes.za.net> <20080428230637.GX5401@shadowen.org> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Cc: Paul Jackson , Rogan Dawes , Jan Engelhardt , linux-kernel@vger.kernel.org From: Segher Boessenkool Subject: Re: +patch Why these dot chars in scripts/checkpatch.pl? Date: Tue, 29 Apr 2008 11:51:52 +0200 To: Andy Whitcroft X-Mailer: Apple Mail (2.623) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Yeah I was under the missaprehension that whitespace was allowed after > the # but not before. That seems to be flawed. It is true for K&R C (so with -traditional cpp mode), but indeed false for ISO C. Segher