Commit 39592813 by Richard Henderson Committed by Richard Henderson

* com.c (ffecom_type_vardesc_): Vardesc.dims is a `ftnlen*'.

From-SVN: r17102
parent 296f8acc
Mon Dec 15 17:35:35 1997 Richard Henderson <rth@cygnus.com>
* com.c (ffecom_type_vardesc_): Vardesc.dims is a `ftnlen*'.
Tue Dec 2 09:57:16 1997 Jeffrey A Law (law@cygnus.com)
* Make-lang.in (f77.clean): Remove g77.c.
......
......@@ -9921,7 +9921,7 @@ ffecom_type_vardesc_ ()
addrfield = ffecom_decl_field (type, namefield, "addr",
string_type_node);
dimsfield = ffecom_decl_field (type, addrfield, "dims",
ffecom_f2c_ftnlen_type_node);
ffecom_f2c_ptr_to_ftnlen_type_node);
typefield = ffecom_decl_field (type, dimsfield, "type",
integer_type_node);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment