This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Maximum identifier length


On Friday 21 November 2003 2:58 pm, Erik Schnetter wrote:
> Gfortran has currently a maximum identifier length of 31.  Fortran 2003
> will increase this to 63 (R304).  Is it possible to increase the limit
> in Gfortran already now?

Change GFC_MAX_SYMBOL_LENGTH in gfortran.h

Anything that doesn't respect this is a bug.

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]