diff options
Diffstat (limited to 'libgfortran/m4/dotprodc.m4')
-rw-r--r-- | libgfortran/m4/dotprodc.m4 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libgfortran/m4/dotprodc.m4 b/libgfortran/m4/dotprodc.m4 index 0e77c0abfed..eb97efa3121 100644 --- a/libgfortran/m4/dotprodc.m4 +++ b/libgfortran/m4/dotprodc.m4 @@ -24,12 +24,7 @@ Boston, MA 02111-1307, USA. */ #include <stdlib.h> #include <assert.h> #include "libgfortran.h"' -include(types.m4)dnl -define(rtype_code, regexp(file, `_\(c[0-9]+\)\.', `\1'))dnl -define(rtype_letter,substr(rtype_code, 0, 1))dnl -define(rtype_kind, substr(rtype_code, 1))dnl -define(rtype,get_arraytype(rtype_letter,rtype_kind))dnl -define(rtype_name, get_typename(rtype_letter, rtype_kind))dnl +include(iparm.m4)dnl typedef GFC_ARRAY_DESCRIPTOR(GFC_MAX_DIMENSIONS, char) char_array; |