Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 1996 22:01:58 -0800
From:      John Polstra <jdp@polstra.com>
To:        Terry Lambert <terry@lambert.org>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: src/lib/libc/sys/Makefile.inc: proposed change 
Message-ID:  <199601180601.WAA04451@austin.polstra.com>
In-Reply-To: Your message of "Wed, 17 Jan 1996 22:50:43 MST." <199601180550.WAA04806@phaeton.artisoft.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601180601.WAA04451>