]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* com.c (ffecom_type_vardesc_): Vardesc.dims is a `ftnlen*'.
authorRichard Henderson <rth@cygnus.com>
Mon, 15 Dec 1997 16:38:18 +0000 (08:38 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 15 Dec 1997 16:38:18 +0000 (08:38 -0800)
From-SVN: r17101

gcc/f/ChangeLog.egcs
gcc/f/com.c

index 5672447f12f5ae8907ccc4d61fba5b2508f489d9..759860f2cb11a8e16fc76d6090bb74cb328a9195 100644 (file)
@@ -1,3 +1,7 @@
+Mon Dec 15 16:38:52 1997  Richard Henderson  <rth@cygnus.com>
+
+       * com.c (ffecom_type_vardesc_): Vardesc.dims is a `ftnlen*'.
+
 Fri Nov 21 09:35:20 1997  Fred Fish  <fnf@cygnus.com>
 
        * Make-lang.in (stmp-f2c.h): Move inclusion of F77_FLAGS_TO_PASS
index 99fbcc30d3cee026027ca690b9c3bb8919377d3e..bf77e515082c0ea6955d24b29f8895ad503eee35 100644 (file)
@@ -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);