diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-14 17:54:27 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-14 17:54:27 +0000 |
commit | c1c059f06e7624a2e6bba56427f2f985e2ac7349 (patch) | |
tree | ad6ea98f3557e2a1ef5d60c3c917a82d8b16997a /libgfortran/fmain.c | |
parent | 8bf7ecd90576de2e223e04aeac2500989c91f009 (diff) | |
download | gcc-c1c059f06e7624a2e6bba56427f2f985e2ac7349.tar.gz |
Add comment saying file is deprecated
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150767 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/fmain.c')
-rw-r--r-- | libgfortran/fmain.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/fmain.c b/libgfortran/fmain.c index c59f319f7d8..a99263cc510 100644 --- a/libgfortran/fmain.c +++ b/libgfortran/fmain.c @@ -1,3 +1,6 @@ +/* Note that this file is not used as of GFortran 4.5, and exists here + only for backwards compatibility. */ + #include "libgfortran.h" /* The main Fortran program actually is a function, called MAIN__. |