summaryrefslogtreecommitdiff
path: root/libgfortran/generated/count_4_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/count_4_l.c')
-rw-r--r--libgfortran/generated/count_4_l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/generated/count_4_l.c b/libgfortran/generated/count_4_l.c
index 0edca41c4925..380c0058e112 100644
--- a/libgfortran/generated/count_4_l.c
+++ b/libgfortran/generated/count_4_l.c
@@ -111,7 +111,7 @@ count_4_l (gfc_array_i4 * const restrict retarray,
return;
}
else
- retarray->base_addr = internal_malloc_size (alloc_size);
+ retarray->base_addr = xmalloc (alloc_size);
}
else
{