From owner-freebsd-current Wed Jan 17 22:02:23 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA17706 for current-outgoing; Wed, 17 Jan 1996 22:02:23 -0800 (PST) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA17695 for ; Wed, 17 Jan 1996 22:02:21 -0800 (PST) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.6.12/8.6.12) with ESMTP id WAA04451; Wed, 17 Jan 1996 22:01:58 -0800 Message-Id: <199601180601.WAA04451@austin.polstra.com> To: Terry Lambert cc: freebsd-current@FreeBSD.org Subject: Re: src/lib/libc/sys/Makefile.inc: proposed change In-reply-to: Your message of "Wed, 17 Jan 1996 22:50:43 MST." <199601180550.WAA04806@phaeton.artisoft.com> Date: Wed, 17 Jan 1996 22:01:58 -0800 From: John Polstra Sender: owner-current@FreeBSD.org Precedence: bulk Terry wrote: > Why not: > > movl $ ## FOO,%eax > > Instead? > > If it hits the preprocessor first, it should be no problem. Clever idea, but it won't work. The `##' operator has meaning only within a macro expansion. I double-checked the ANSI C standard, just to make sure. -- John