* version.h: New file.
[deliverable/binutils-gdb.git] / bfd / sparclynx.c
index e59b57cd90855d1cc2ec38259e1c78769d35359b..4da604f489a70692e93a102868e19da949999a8e 100644 (file)
@@ -29,7 +29,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #endif
 
-#define MY(OP) CAT (sparclynx_aout_,OP)
+/* 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 (sparclynx_aout_,OP)
 #define TARGETNAME "a.out-sparc-lynx"
 
 #include "bfd.h"
This page took 0.033186 seconds and 4 git commands to generate.