Mon Feb 28 10:59:14 1994 Stan Shebs (shebs@andros.cygnus.com)
authorStan Shebs <shebs@codesourcery.com>
Mon, 28 Feb 1994 19:05:34 +0000 (19:05 +0000)
committerStan Shebs <shebs@codesourcery.com>
Mon, 28 Feb 1994 19:05:34 +0000 (19:05 +0000)
* ldlang.c (cat): Define using ANSI style if ALMOST_STDC defined.

ld/ChangeLog
ld/ldlang.c

index e468deafc754d5936bed0f40a0f12de50000a0d6..cade140dd1424c8a92eaba4df4911a4956f2fd64 100644 (file)
@@ -1,3 +1,7 @@
+Mon Feb 28 10:59:14 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * ldlang.c (cat): Define using ANSI style if ALMOST_STDC defined.
+
 Sun Feb 27 16:29:38 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
 
        * emultempl/hppaelf.em (hppaelf_finish): Update comments.  This
index 5e628b8f0d86c6155d0f0e757772d2744647917f..08ab408fa40869d3f3f5b4aa2a2ebd5281e0379b 100644 (file)
@@ -154,7 +154,7 @@ boolean delete_output_file_on_failure = false;
 etree_type *base; /* Relocation base - or null */
 
 
-#ifdef __STDC__
+#if defined(__STDC__) || defined(ALMOST_STDC)
 #define cat(a,b) a##b
 #else
 #define cat(a,b) a/**/b