| Index: bfd/vaxbsd.c
|
| diff --git a/bfd/vaxbsd.c b/bfd/vaxbsd.c
|
| index 21fbe58560b3fa895f62d57b2e4fae8da36d7957..bcc7cc087734a6bb0cf126028809edc24dc4f15b 100644
|
| --- a/bfd/vaxbsd.c
|
| +++ b/bfd/vaxbsd.c
|
| @@ -25,8 +25,8 @@
|
| #define SEGMENT_SIZE TARGET_PAGE_SIZE
|
| #define DEFAULT_ARCH bfd_arch_vax
|
|
|
| -/* Do not "beautify" the CONCAT* macro args. Traditional C will not
|
| - remove whitespace added here, and thus will fail to concatenate the
|
| +/* Do not "beautify" the CONCAT* macro args. Traditional C will not
|
| + remove whitespace added here, and thus will fail to concatenate the
|
| tokens. */
|
| #define MY(OP) CONCAT2 (vaxbsd_,OP)
|
|
|
|
|