diff options
Diffstat (limited to 'gcc/fortran/trans.h')
-rw-r--r-- | gcc/fortran/trans.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/fortran/trans.h b/gcc/fortran/trans.h index b3a0368..23d61ea 100644 --- a/gcc/fortran/trans.h +++ b/gcc/fortran/trans.h @@ -464,6 +464,9 @@ tree gfc_call_free (tree); /* Allocate memory after performing a few checks. */ tree gfc_call_malloc (stmtblock_t *, tree, tree); +/* Build a memcpy call. */ +tree gfc_build_memcpy_call (tree, tree, tree); + /* Allocate memory for arrays, with optional status variable. */ tree gfc_allocate_array_with_status (stmtblock_t*, tree, tree, tree, gfc_expr*); |