summaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-02 13:29:53 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-02 13:29:53 +0000
commitda6b28c3ce91578d3b8fe0ce85ccdb175fbad541 (patch)
treec34277f4efa9844d457a93baf923942fb9648070 /libgfortran/libgfortran.h
parent29feb86740c66e440c10f33fcd4aea36576631ac (diff)
downloadgcc-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.h5
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. */