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 proposal for PR 19678


François-Xavier Coudert <Francois-Xavier.Coudert@lcp.u-psud.fr> writes:

| 2005-02-24  François-Xavier Coudert  <coudert@clipper.ens.fr>
| 
| 	PR libfortran/19678
| 	* list_read.c: Add support for DOS files, adding '\r' in the
| list of possible separators (is_separator and CASE_SEPARATORS). Many
| tests for "c == '\n'" changed to "(c == '\n' || c == '\r')" (in
| next_char, eat_separator, finish_separator, read_real and
| namelist_read).

The convention is that you list functions first, then you say what
they do.  See entries from people like RTH.
If you're using Emacs, move the cursor inside the function you
modified and press the sequence  C-x 4 a, and voilà.

-- Gaby


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