diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-02 13:29:53 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-02 13:29:53 +0000 |
commit | da6b28c3ce91578d3b8fe0ce85ccdb175fbad541 (patch) | |
tree | c34277f4efa9844d457a93baf923942fb9648070 /libgfortran/libgfortran.h | |
parent | 29feb86740c66e440c10f33fcd4aea36576631ac (diff) | |
download | gcc-da6b28c3ce91578d3b8fe0ce85ccdb175fbad541.tar.gz |
* libgfortran.h: Add prototype for init_compile_options.
* io/io.h: Add prototype for notify_std.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103778 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r-- | libgfortran/libgfortran.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index 74f911888a4..4b9e47a126a 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -1,5 +1,5 @@ /* Common declarations for all of libgfor. - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Contributed by Paul Brook <paul@nowt.org>, and Andy Vaught <andy@xena.eas.asu.edu> @@ -311,7 +311,8 @@ compile_options_t; extern compile_options_t compile_options; internal_proto(compile_options); - +extern void init_compile_options (void); +internal_proto(init_compile_options); /* Structure for statement options. */ |