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: parser question ...


On Monday 13 September 2004 18:09, Lars Segerlund wrote:
>  I have a small question about the parser, specifically :
>
> parse.c:277:      match ("use% ", gfc_match_use, ST_USE);
>
>  Why the trailing space ?

"% " means "mandatory space".

Gr.
Steven


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