com.c (ffecom_get_invented_identifier): Rewrite to take an ellipses.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 29 Nov 1999 02:26:49 +0000 (02:26 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 29 Nov 1999 02:26:49 +0000 (02:26 +0000)
commit14657de8f1fd8fff5cb3bed37d91267beea5e1f3
tree0cd978ce53551cb7dfa9d8927ebebee6a99623a6
parent146e60a0704290a2dcac78ffb1a2efbd7b852f7e
com.c (ffecom_get_invented_identifier): Rewrite to take an ellipses.

* com.c (ffecom_get_invented_identifier): Rewrite to take an ellipses.

(ffecom_char_enhance_arg_, ffecom_do_entry_,
ffecom_f2c_make_type_, ffecom_gen_sfuncdef_,
ffecom_start_progunit_, ffecom_start_progunit_,
ffecom_start_progunit_, ffecom_sym_transform_assign_,
ffecom_transform_equiv_, ffecom_transform_namelist_,
ffecom_vardesc_, ffecom_vardesc_array_, ffecom_vardesc_dims_,
ffecom_end_transition, ffecom_lookup_label, ffecom_temp_label):
Adjust accordingly.

* com.h (ffecom_get_invented_identifier): Likewise.

* sts.c (ffests_printf): New function taking ellipses.
(ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
ffests_printf_2Us): Delete.

* sts.h: Likewise.

* std.c (ffestd_R1001dump_, ffestd_R1001dump_1005_1_,
ffestd_R1001dump_1005_2_, ffestd_R1001dump_1005_3_,
ffestd_R1001dump_1005_4_, ffestd_R1001dump_1005_5_,
ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_,
ffestd_R1001rtexpr_): Call `ffests_printf', not `ffests_printf_*'.

* ste.c (ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
ffeste_io_icilist_, ffeste_io_inlist_, ffeste_io_olist_): Likewise.

From-SVN: r30692
gcc/f/ChangeLog
gcc/f/com.c
gcc/f/com.h
gcc/f/std.c
gcc/f/ste.c
gcc/f/sts.c
gcc/f/sts.h