aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/data.c')
-rw-r--r--gcc/f/data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/data.c b/gcc/f/data.c
index 39e7ff8..2040f0a 100644
--- a/gcc/f/data.c
+++ b/gcc/f/data.c
@@ -723,8 +723,8 @@ ffedata_convert_ (ffebld source, ffelexToken source_token,
if (max > ffedata_convert_cache_max_)
{
- cache = (ffedataConvertCache_) malloc_new_ks (malloc_pool_image (),
- "FFEDATA cache", max * sizeof (*cache));
+ cache = malloc_new_ks (malloc_pool_image (),
+ "FFEDATA cache", max * sizeof (*cache));
if (ffedata_convert_cache_max_ != 0)
{
memcpy (cache, ffedata_convert_cache_,