diff options
Diffstat (limited to 'gcc/tree.h')
| -rw-r--r-- | gcc/tree.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index 9549d23ba9b..820e071f4d0 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -1942,6 +1942,9 @@ extern void dwarf2out_end_epilogue PROTO((void)); /* The language front-end must define these functions. */ +/* Function of no arguments for initializing options. */ +extern void lang_init_options PROTO((void)); + /* Function of no arguments for initializing lexical scanning. */ extern void init_lex PROTO((void)); /* Function of no arguments for initializing the symbol table. */ |

