[parisc-linux] Gnu cpp bug or feature?
Matthew Wilcox
matthew@wil.cx
Wed, 10 Jan 2001 13:50:13 +0000
On Tue, Jan 09, 2001 at 11:31:49PM -0700, John Marvin wrote:
>
> I just discovered that the gnu cpp doesn't allow * and = to be concatenated.
> What I am trying to do is the following:
GNU cpp does do some slightly strange things to avoid accidentally creating
C tokens. However, you should be able to work around this behaviour by using
the ## operator. try...
> ADDIB> -1,%r1,1b
> ADDIB= -1,%arg3,fdoneloop
ADDIB##>
ADDIB##=
instead?
--
Revolutions do not require corporate support.