gfortran.h: Shorten comment.
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 3 Nov 2007 14:51:51 +0000 (14:51 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 3 Nov 2007 14:51:51 +0000 (14:51 +0000)
commitecf24057f806d6766df43f146ceceac651469430
tree0b205366f000dcc61123d9d05537464c13b0f625
parent9d85b4853be3eb11746748e20918a9b57480fbab
gfortran.h: Shorten comment.

* gfortran.h: Shorten comment.
* trans-types.c (gfc_get_function_type): Allow argument to have
flavor FL_PROGRAM.
* trans-decl.c (gfc_sym_mangled_function_id): Mangle main program
name into MAIN__.
(build_function_decl): Fix comment.
* parse.c (main_program_symbol): Give the main program its proper
name, if any. Set its flavor to FL_PROGRAM.
(gfc_parse_file): Likewise.

From-SVN: r129869
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/parse.c
gcc/fortran/resolve.c
gcc/fortran/trans-decl.c
gcc/fortran/trans-types.c