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
This commit is contained in:
Jeff Law 1998-01-16 02:16:09 -07:00
parent 3aa9d5b6fa
commit 9a960e6b5b

View File

@ -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.