mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
Revert the last beautification with "innocent" whitespace,
it breaks the K&R C preprocessor.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user