diff options
Diffstat (limited to 'gcc/f/com.c')
| -rw-r--r-- | gcc/f/com.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/f/com.c b/gcc/f/com.c index 40d511664e4..f6f80e03bac 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -14676,6 +14676,9 @@ insert_block (block)      = chainon (current_binding_level->blocks, block);  } +/* Each front end provides its own.  */ +struct lang_hooks lang_hooks = {NULL /* post_options */}; +  int  lang_decode_option (argc, argv)       int argc;  | 

