From: Jeff Law Date: Fri, 16 Jan 1998 09:16:09 +0000 (-0700) Subject: calls.c (expand_call): Move #ifdef code out of macro argument lists. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a960e6b5b0558400504932c34004c52ea5cca69;p=gcc.git calls.c (expand_call): Move #ifdef code out of macro argument lists. d * calls.c (expand_call): Move #ifdef code out of macro argument lists. (emit_library_call, emit_library_call_value): Likewise. From-SVN: r17378 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9e54f99c595..4fa38b84fc5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Fri Jan 16 10:16:10 1998 Jeffrey A Law (law@cygnus.com) + + * calls.c (expand_call): Move #ifdef code out of macro argument + lists. + (emit_library_call, emit_library_call_value): Likewise. + Fri Jan 16 00:46:40 1998 Jeffrey A Law (law@cygnus.com) * rtl.def (INLINE_HEADER): Fix bug exposed by gen_rtx_FOO changes.