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