Commit 6e349de5 by Janne Blomqvist

Remove unused GFC_MAX_LINE macro.

2012-03-23  Janne Blomqvist  <jb@gcc.gnu.org>

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

From-SVN: r185728
parent fc0c373a
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
......
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment