This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] to ld: revert formatting change breaking K&R C preprocessor


Hi Michael,

: Tue Dec 12 22:45:58 PST 2000  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
: 
: 	* ldlang.c (new_stat): Revert the last beautification with "innocent"
: 	whitespace, it breaks the K&R C preprocessor.

It is only the absence of whitespace inside the "cat" macro that is
important right ?

I have checked in a variation of your patch that removes the
whitespace inside the invocations of the cat macro.

Cheers
	Nick

: ! #define new_stat(x, y) (cat (x, _type)*) new_statement (cat (x, _enum), sizeof (cat (x, _type)), y)
:   
: --- 195,203 ----
:   
: ! #define new_stat(x,y) (cat(x,_type)*) new_statement(cat(x,_enum), sizeof(cat(x,_type)),y)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]