diff options
author | aaronwl <aaronwl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-19 18:54:00 +0000 |
---|---|---|
committer | aaronwl <aaronwl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-19 18:54:00 +0000 |
commit | 34991dc4399911aa11849768552bb83a95bd4283 (patch) | |
tree | d07d532b01cb171c567f84dbc83f554db986b04b /libgfortran/libgfortran.h | |
parent | b24c1dae7e4c14e16f4f266faf64fd20707d3852 (diff) | |
download | gcc-34991dc4399911aa11849768552bb83a95bd4283.tar.gz |
* libgfortran.h (itoa): Rename to gfc_itoa.
* io/write.c (itoa): Same.
* runtime/environ.c (itoa): Same.
* runtime/error.c (itoa): Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92380 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r-- | libgfortran/libgfortran.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index ca8beb2fc94..06a68c6ef07 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -370,8 +370,8 @@ internal_proto(get_args); /* error.c */ -extern char *itoa (int64_t); -internal_proto(itoa); +extern char *gfc_itoa (int64_t); +internal_proto(gfc_itoa); extern char *xtoa (uint64_t); internal_proto(xtoa); |