Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site nmtvax.UUCP Path: utzoo!linus!vaxine!wjh12!genrad!decvax!harpo!ulysses!mhuxl!houxm!hogpc!houti!ariel!vax135!floyd!cmcl2!lanl-a!unm-cvax!nmtvax!hennessy From: hennessy@nmtvax.UUCP Newsgroups: net.lang.c Subject: Re: "missing endif": Huh?Who?What? Message-ID: <262@nmtvax.UUCP> Date: Sun, 22-Apr-84 18:15:23 EST Article-I.D.: nmtvax.262 Posted: Sun Apr 22 18:15:23 1984 Date-Received: Tue, 24-Apr-84 05:29:46 EST References: <13900001@acf4.UUCP> Organization: New Mexico Tech, Socorro, N.M. Lines: 18 The following code from the endif problem posted gives the same bad results on out machine. (Vax 11/750 under 4.2BSD) >--- >foo (v,w) >int *v, *w; >{ int k; > k = *v/*w; } >--- However if the last line of code has a space between the '/' and the '*' then the code compiles. This seems to be a parsing error since to the best of my knowledge white space is ignored with the exception of the old op= or =op problems that earlier C had. Is this the same type of error? Mr. Ritche are you out there? Sincerely; Greg Hennessy ..ucbvax!unmvax!nmtvax!hennessy