From owner-freebsd-current Wed Jun 28 0:13:29 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 7BE0F37BE89 for ; Wed, 28 Jun 2000 00:13:25 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id BAA78351; Wed, 28 Jun 2000 01:13:22 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id BAA03574; Wed, 28 Jun 2000 01:13:21 -0600 (MDT) Message-Id: <200006280713.BAA03574@harmony.village.org> To: Alexander Langer Subject: Re: let badsect recog IFCHR in 5.0-C Cc: Dan Papasian , Clive Lin , FreeBSD current In-reply-to: Your message of "Tue, 27 Jun 2000 18:14:31 +0200." <20000627181431.A15122@cichlids.cichlids.com> References: <20000627181431.A15122@cichlids.cichlids.com> <20000627230456.A18587@cartier.cirx.org> <20000627173821.A98097@cichlids.cichlids.com> <20000627120855.A3798@moe.c705742-a.htfdw1.ct.home.com> Date: Wed, 28 Jun 2000 01:13:21 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000627181431.A15122@cichlids.cichlids.com> Alexander Langer writes: : Thus spake Dan Papasian (bugg@bugg.strangled.net): : : > > > + // un-needed. : > > > + // memcpy(name_dir_end + 1, name_dir_end, strlen(name_dir_end) + 1); : > > > + // *name_dir_end = 'r'; : > > Use /* */ comments or #if 0. : > Actually, there was just a discussion on comp.lang.c about how : > they aren't interchangable. The 'un-needed' part will have : > to be commented with /* */ because the preprocessor will : > parse tokens before it evaluates conditionals. : : Could you explain that paragraph? I really can't figure out what you : try to say or what it has to do with my comment, respectively :) /* That's OK */ #if 0 That's not #endif Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message