Error preprocessing a fortran comment

FX fxcoudert@gmail.com
Wed Feb 1 11:25:00 GMT 2017


> I wonder if this is to be expected... or if one can exclude comment from preprocessing.

It is expected. \ is a continuation sign for the C preprocessor, and the C preprocessor is run before the Fortran compiler.

FX


More information about the Fortran mailing list