diff options
Diffstat (limited to 'bfd/vaxbsd.c')
-rw-r--r-- | bfd/vaxbsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/vaxbsd.c b/bfd/vaxbsd.c index 21fbe58..bcc7cc0 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) |