diff options
Diffstat (limited to 'gcc/f/com.h')
-rw-r--r-- | gcc/f/com.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/f/com.h b/gcc/f/com.h index aa268931e47..84187a02bb0 100644 --- a/gcc/f/com.h +++ b/gcc/f/com.h @@ -318,6 +318,7 @@ tree ffecom_lookup_label (ffelab label); tree ffecom_make_tempvar (const char *commentary, tree type, ffetargetCharacterSize size, int elements); tree ffecom_modify (tree newtype, tree lhs, tree rhs); +void ffecom_save_tree_forever (tree t); #endif /* FFECOM_targetCURRENT == FFECOM_targetGCC */ void ffecom_file (const char *name); void ffecom_notify_init_storage (ffestorag st); |