Revert the last beautification with "innocent" whitespace,

it breaks the K&R C preprocessor.
This commit is contained in:
Nick Clifton 2000-12-13 18:28:52 +00:00
parent 0485cba3d3
commit 037849a9a0
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* ldlang.c (new_stat): Revert the last beautification with "innocent"
whitespace, it breaks the K&R C preprocessor.
2000-12-11 DJ Delorie <dj@redhat.com>
* ld.texinfo: Add notes about --whole-archive and gcc.

View File

@ -195,7 +195,8 @@ etree_type *base; /* Relocation base - or null */
#define cat(a,b) a/**/b
#endif
#define new_stat(x, y) (cat (x, _type)*) new_statement (cat (x, _enum), sizeof (cat (x, _type)), y)
/* Don't beautify the line below with "innocent" whitespace, it breaks the K&R C preprocessor! */
#define new_stat(x, y) (cat (x,_type)*) new_statement (cat (x,_enum), sizeof (cat (x,_type)), y)
#define outside_section_address(q) ((q)->output_offset + (q)->output_section->vma)