Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 15 Dec 2000 14:39:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 15 Dec 2000 14:39:26 -0500 Received: from pincoya.inf.utfsm.cl ([200.1.19.3]:21509 "EHLO pincoya.inf.utfsm.cl") by vger.kernel.org with ESMTP id ; Fri, 15 Dec 2000 14:39:16 -0500 Message-Id: <200012151906.eBFJ6ac28241@pincoya.inf.utfsm.cl> To: root@chaos.analogic.com cc: Franz Sirl , Andrea Arcangeli , Mike Black , "linux-kernel@vger.kernel.or" Subject: Re: 2.2.18 signal.h In-Reply-To: Message from "Richard B. Johnson" of "Fri, 15 Dec 2000 13:34:41 CDT." Date: Fri, 15 Dec 2000 16:06:36 -0300 From: Horst von Brand Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org "Richard B. Johnson" said: [...] > Both examples allow an extern declaration inside a function scope > which is also contrary to any (even old) 'C' standards. 'extern' > is always file scope, there's no way to make it otherwise. AFAIR (rather dimly... no K&R at hand here) if you have an extern declaration inside a block, it will be visible only within that block. The object itself certainly is file scope (or larger). -- Dr. Horst H. von Brand mailto:vonbrand@inf.utfsm.cl Departamento de Informatica Fono: +56 32 654431 Universidad Tecnica Federico Santa Maria +56 32 654239 Casilla 110-V, Valparaiso, Chile Fax: +56 32 797513 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/