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

Nick Clifton nickc@redhat.com
Wed Dec 13 10:30:00 GMT 2000


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)


More information about the Binutils mailing list