mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
Mon Feb 28 10:59:14 1994 Stan Shebs (shebs@andros.cygnus.com)
* ldlang.c (cat): Define using ANSI style if ALMOST_STDC defined.
This commit is contained in:
@ -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)
|
Sun Feb 27 16:29:38 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
||||||
|
|
||||||
* emultempl/hppaelf.em (hppaelf_finish): Update comments. This
|
* emultempl/hppaelf.em (hppaelf_finish): Update comments. This
|
||||||
|
@ -154,7 +154,7 @@ boolean delete_output_file_on_failure = false;
|
|||||||
etree_type *base; /* Relocation base - or null */
|
etree_type *base; /* Relocation base - or null */
|
||||||
|
|
||||||
|
|
||||||
#ifdef __STDC__
|
#if defined(__STDC__) || defined(ALMOST_STDC)
|
||||||
#define cat(a,b) a##b
|
#define cat(a,b) a##b
|
||||||
#else
|
#else
|
||||||
#define cat(a,b) a/**/b
|
#define cat(a,b) a/**/b
|
||||||
|
Reference in New Issue
Block a user