aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-13 18:28:52 +0000
committerNick Clifton <nickc@redhat.com>2000-12-13 18:28:52 +0000
commit037849a9a042086e71aedd90f9e2e8e45a117db0 (patch)
tree2e54919c7cb5ac4d546fee8ab9f892e2c93712d4 /ld/ldlang.c
parent0485cba3d316c1a419ac147eccbc7f9bec8f5768 (diff)
downloadfsf-binutils-gdb-037849a9a042086e71aedd90f9e2e8e45a117db0.zip
fsf-binutils-gdb-037849a9a042086e71aedd90f9e2e8e45a117db0.tar.gz
fsf-binutils-gdb-037849a9a042086e71aedd90f9e2e8e45a117db0.tar.bz2
Revert the last beautification with "innocent" whitespace,
it breaks the K&R C preprocessor.
Diffstat (limited to 'ld/ldlang.c')
-rw-r--r--ld/ldlang.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c
index 75eb34d..532b23d 100644
--- a/ld/ldlang.c
+++ b/ld/ldlang.c
@@ -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)