]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add comment saying file is deprecated
authorJanne Blomqvist <jb@gcc.gnu.org>
Fri, 14 Aug 2009 17:54:27 +0000 (20:54 +0300)
committerJanne Blomqvist <jb@gcc.gnu.org>
Fri, 14 Aug 2009 17:54:27 +0000 (20:54 +0300)
From-SVN: r150767

libgfortran/ChangeLog
libgfortran/fmain.c

index 51dfba81b88f17cd36796cdc5af5a698e24d282b..979e789c1797c7292aa7dbfcf572642917488aa3 100644 (file)
@@ -1,3 +1,7 @@
+2009-08-14  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * fmain.c: Add comment saying file is deprecated.
+
 2009-08-14  Janne Blomqvist  <jb@gcc.gnu.org>
 
        PR libfortran/40863
index c59f319f7d8ef24d58925dd480f12603ce23589e..a99263cc5104ba920214d49235513bdc6a3fdf47 100644 (file)
@@ -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__.