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: [patch] Have cc1 define a __GFORTRAN__ macro when -lang-fortran is used


FX> +/* FXC */
FX> +extern bool lang_fortran;

I don't think it is GCC style to put one's initials in a comment.
At least I don't recall seeing that here before.

You're of course right! I usually do that when I change something when I'm writing a patch and want to put a easily grep'able mark at some point in the code. Please consider it removed.


FX


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