Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!husc6!ut-sally!seismo!mimsy!chris From: chris@mimsy.UUCP Newsgroups: comp.lang.c Subject: Re: Auto variable with sizeof == 0 Message-ID: <5299@mimsy.UUCP> Date: Thu, 5-Feb-87 10:59:43 EST Article-I.D.: mimsy.5299 Posted: Thu Feb 5 10:59:43 1987 Date-Received: Sat, 7-Feb-87 16:12:41 EST References: <4114@brl-adm.ARPA> <5258@mimsy.UUCP> <409@mipos3.UUCP> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 18 >In article <5258@mimsy.UUCP> I wrote: >>[for automatic array declarations of the form `int a[];' valid subscripts >>are in the range [0..0). In article <409@mipos3.UUCP> pinkas@mipos3.UUCP (Israel Pinkas) writes: >Wrong. Not so. >There are no valid subscripts to the array. That is what I said. The valid subscripts are in the range [0..0). Perhaps you would prefer the [0..0[ form? (I always thought that form particularly vile.) The notation [0..0) means the half-open interval between zero and zero, i.e., the null set. -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7690) UUCP: seismo!mimsy!chris ARPA/CSNet: chris@mimsy.umd.edu