From: Janne Blomqvist Date: Fri, 14 Aug 2009 17:54:27 +0000 (+0300) Subject: Add comment saying file is deprecated X-Git-Tag: releases/gcc-4.5.0~4022 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0942c722b3725ad3ae23ac11c8922860928dd3a3;p=thirdparty%2Fgcc.git Add comment saying file is deprecated From-SVN: r150767 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 51dfba81b88f..979e789c1797 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,7 @@ +2009-08-14 Janne Blomqvist + + * fmain.c: Add comment saying file is deprecated. + 2009-08-14 Janne Blomqvist PR libfortran/40863 diff --git a/libgfortran/fmain.c b/libgfortran/fmain.c index c59f319f7d8e..a99263cc5104 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__.