Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!brl-adm!brl-sem!ron From: ron@brl-sem.ARPA (Ron Natalie ) Newsgroups: comp.lang.c Subject: Re: draft ANSI standard: major, quiet, unnoticed change Message-ID: <500@brl-sem.ARPA> Date: Wed, 3-Dec-86 00:35:08 EST Article-I.D.: brl-sem.500 Posted: Wed Dec 3 00:35:08 1986 Date-Received: Wed, 3-Dec-86 06:13:36 EST References: <1379@hoptoad.uucp> Organization: Electronic Brain Research Lab Lines: 13 In article <1379@hoptoad.uucp>, gnu@hoptoad.uucp (John Gilmore) writes: > #pdefine sun > > would cause #if sun or #if defined(sun) or #ifdef sun to be true, but > would not replace occurrances of "sun" in program text. Of course, no one said it had to be a macro definition. You could just say int sun; and the #if defined(sun) would also work. Of course, it takes up a few bytes. Too bad the compiler won't allow me to declare voids. -Ron