Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 SMI; site sun.uucp Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!qantel!hplabs!nsc!pyramid!decwrl!sun!guy From: guy@sun.uucp (Guy Harris) Newsgroups: net.lang.c Subject: Re: ANSI C preprocessor Message-ID: <2851@sun.uucp> Date: Sat, 5-Oct-85 01:23:30 EDT Article-I.D.: sun.2851 Posted: Sat Oct 5 01:23:30 1985 Date-Received: Mon, 7-Oct-85 04:46:35 EDT References: <858@lll-crg.UUCP> <201@rtp47.UUCP> Distribution: net Organization: Sun Microsystems, Inc. Lines: 27 > The System V.2 preprocessor has the #elif construct (which is where it came > from). Somehow, I don't think so: Script started on Fri Oct 4 22:20:57 1985 gorodish$ cd /arch/s5r2/usr/src/cmd/cpp gorodish$ egrep ppsym cpp.c ppsym( s ) /* kludge */ defloc = ppsym( "define" ); udfloc = ppsym( "undef" ); incloc = ppsym( "include" ); elsloc = ppsym( "else" ); eifloc = ppsym( "endif" ); ifdloc = ppsym( "ifdef" ); ifnloc = ppsym( "ifndef" ); ifloc = ppsym( "if" ); lneloc = ppsym( "line" ); clsloc = ppsym( "class" ); idtloc = ppsym( "ident" ); gorodish$ That's the VAX System V Release 2 (Version 1) distribution. Maybe it's in S5R2V2, or 3B S5R2V?, or whatever - it sure as heck ain't in the VAX S5R2V1 distribution. Guy Harris