Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site aecom.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!hogpc!houti!ariel!vax135!floyd!cmcl2!rocky2!cucard!aecom!sander From: sander@aecom.UUCP Newsgroups: net.lang.c Subject: Re: "missing endif": Huh?Who?What? Message-ID: <533@aecom.UUCP> Date: Thu, 26-Apr-84 19:00:06 EST Article-I.D.: aecom.533 Posted: Thu Apr 26 19:00:06 1984 Date-Received: Sat, 28-Apr-84 09:48:15 EST References: <13900002@acf4.UUCP> Organization: Albert Einstein Coll. of Med., NY Lines: 11 I don't know why it should pick "missing endif"; but that construct is just asking for trouble: *v/*w contains '/*', and so the rest of your program disapears into a non-terminated comment. It always pays to stick in a few spaces: *v / *w will work fine, and easier for both compilers and humans to read. -- Jeremy Sanders {spike|rocky2|philabs|pegasus|esquire|cucard}!aecom!{sanders|jsanders|sander}