From: Stan Shebs Date: Mon, 28 Feb 1994 19:05:34 +0000 (+0000) Subject: Mon Feb 28 10:59:14 1994 Stan Shebs (shebs@andros.cygnus.com) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b897ed67cb670b2fa05db0bd092cd1ab8d855973;p=binutils-gdb.git Mon Feb 28 10:59:14 1994 Stan Shebs (shebs@andros.cygnus.com) * ldlang.c (cat): Define using ANSI style if ALMOST_STDC defined. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index e468deafc75..cade140dd14 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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 diff --git a/ld/ldlang.c b/ld/ldlang.c index 5e628b8f0d8..08ab408fa40 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -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