Index: tc-v850.c =================================================================== RCS file: /cvs/src/src/gas/config/tc-v850.c,v retrieving revision 1.21 diff -u -d -p -r1.21 tc-v850.c --- tc-v850.c 8 Jun 2002 07:37:16 -0000 1.21 +++ tc-v850.c 17 Jul 2002 19:27:47 -0000 @@ -1461,7 +1461,7 @@ v850_reloc_prefix (operand) } #define CHECK_(name, reloc) \ - if (strncmp (input_line_pointer, name##"(", strlen (name) + 1) == 0) \ + if (strncmp (input_line_pointer, name "(", strlen (name) + 1) == 0) \ { \ input_line_pointer += strlen (name); \ return reloc; \