From c9e66eda1aa76b77d9a56bf0d1b19a1576c37a62 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Tue, 18 May 2004 19:03:26 +0000 Subject: Makefile.am: Remove references to types.m4. * Makefile.am: Remove references to types.m4. * m4/iparm.m4: Merge with types.m4. * m4/types.m4: Remove. * m4/cshift1.m4, m4/dotprod.m4, m4/dotprodc.m4, m4/dotprodl.m4, m4/eoshift1.m4, m4/eoshift3.m4, m4/iforeach.m4, m4/ifunction.m4, m4/in_pack.m4, m4/in_unpack.m4, m4/iparm.m4, m4/matmul.m4, m4/matmull.m4, m4/maxloc0.m4, m4/maxloc1.m4, m4/maxval.m4, m4/minloc0.m4, m4/minloc1.m4, m4/minval.m4, m4/reshape.m4, m4/shape.m4, m4/specific.m4, m4/specific2.m4, m4/transpose.m4): Update to use new iparm.m4. * generated/*.c: Regenerate. From-SVN: r82003 --- libgfortran/m4/matmul.m4 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libgfortran/m4/matmul.m4') diff --git a/libgfortran/m4/matmul.m4 b/libgfortran/m4/matmul.m4 index fcf63a6504e..26b241dedad 100644 --- a/libgfortran/m4/matmul.m4 +++ b/libgfortran/m4/matmul.m4 @@ -23,12 +23,7 @@ Boston, MA 02111-1307, USA. */ #include #include #include "libgfortran.h"' -include(types.m4)dnl -define(rtype_code, regexp(file, `_\([irc][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 /* Dimensions: retarray(x,y) a(x, count) b(count,y). Either a or b can be rank 1. In this case x or y is 1. */ -- cgit v1.2.1