]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/dump-parse-tree.c
gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable declaration...
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Fri, 27 Aug 2004 14:49:35 +0000 (16:49 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Fri, 27 Aug 2004 14:49:35 +0000 (16:49 +0200)
commit9d64df18fd9175749aea2742096b172f59a5ebeb
tree55ec01c924dd426981ff9999706252413e684560
parent0be27b59bcfdf82ce4193647111f331677cab237
gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable declaration of same name.

* gfortran.h (gfc_default_*_kind): Remove prototypes, add extern
variable declaration of same name.
* arith.c, check.c, decl.c, dump_parse_tree.c, expr.c,
intrinsic.c, io.c, iresolve.c, match.c, options.c, primary.c,
resolve.c, simplify.c, symbol.c, trans-const.c, trans-io.c:
Replace all calls to gfc_default_*_kind with variable accesses.
* trans-types.c: Same as above.
(gfc_default_*_kind_1): Rename to gfc_default_*_kind, remove
static qualifier. Replace all occurences.
(gfc_default_*_kind): Remove functions.

From-SVN: r86662
19 files changed:
gcc/fortran/ChangeLog
gcc/fortran/arith.c
gcc/fortran/check.c
gcc/fortran/decl.c
gcc/fortran/dump-parse-tree.c
gcc/fortran/expr.c
gcc/fortran/gfortran.h
gcc/fortran/intrinsic.c
gcc/fortran/io.c
gcc/fortran/iresolve.c
gcc/fortran/match.c
gcc/fortran/options.c
gcc/fortran/primary.c
gcc/fortran/resolve.c
gcc/fortran/simplify.c
gcc/fortran/symbol.c
gcc/fortran/trans-const.c
gcc/fortran/trans-io.c
gcc/fortran/trans-types.c