Remove unused GFC_MAX_LINE macro.
authorJanne Blomqvist <jb@gcc.gnu.org>
Fri, 23 Mar 2012 08:54:05 +0000 (10:54 +0200)
committerJanne Blomqvist <jb@gcc.gnu.org>
Fri, 23 Mar 2012 08:54:05 +0000 (10:54 +0200)
2012-03-23  Janne Blomqvist  <jb@gcc.gnu.org>

       * gfortran.h (GFC_MAX_LINE): Remove unused macro.

From-SVN: r185728

gcc/fortran/ChangeLog
gcc/fortran/gfortran.h

index a316336b52d0da15113e095a70951a8dc5fff12c..db6f87d20715688874464ee36b0ad2f424639566 100644 (file)
@@ -1,3 +1,7 @@
+2012-03-23  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * gfortran.h (GFC_MAX_LINE): Remove unused macro.
+
 2012-03-19  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        PR fortran/52559
index d764b62b7294330d21df95972634e78a3f2b5428..8e83cb4cbd50a60cc6ac80f0cf5a68e8f6e903e4 100644 (file)
@@ -42,7 +42,6 @@ along with GCC; see the file COPYING3.  If not see
 /* Major control parameters.  */
 
 #define GFC_MAX_SYMBOL_LEN 63   /* Must be at least 63 for F2003.  */
-#define GFC_MAX_LINE 132       /* Characters beyond this are not seen.  */
 #define GFC_LETTERS 26         /* Number of letters in the alphabet.  */
 
 #define MAX_SUBRECORD_LENGTH 2147483639   /* 2**31-9 */