From owner-freebsd-hackers Wed Aug 16 12:32:40 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 2420337C973 for ; Wed, 16 Aug 2000 12:27:38 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13P8qZ-0006cl-00; Wed, 16 Aug 2000 21:27:31 +0200 From: Sheldon Hearn To: Mark Murray Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: weird error messages from __COPYRIGHT macro In-reply-to: Your message of "Wed, 16 Aug 2000 21:25:14 +0200." <200008161925.VAA01138@grimreaper.grondar.za> Date: Wed, 16 Aug 2000 21:27:31 +0200 Message-ID: <25466.966454051@axl.ops.uunet.co.za> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 16 Aug 2000 21:25:14 +0200, Mark Murray wrote: > ...and it does not like the multi-line string. You may need to > double-escape the \n's (like \\n) to get them into the .ident > line symbolically. > > (I just checked - it worked!) Now we just need someone with a NetBSD box handy to let us know whether double-escaping the newlines works alright there. I have a feeling it won't, which probably means we need to see if we can fix our implementation of __IDSTRING(). I've sent private mail to Peter, who introduced this implementation of __IDSTRING in rev 1.26 of cdefs.h. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message