summaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
diff options
context:
space:
mode:
authoraaronwl <aaronwl@138bc75d-0d04-0410-961f-82ee72b054a4>2004-12-19 18:54:00 +0000
committeraaronwl <aaronwl@138bc75d-0d04-0410-961f-82ee72b054a4>2004-12-19 18:54:00 +0000
commit34991dc4399911aa11849768552bb83a95bd4283 (patch)
treed07d532b01cb171c567f84dbc83f554db986b04b /libgfortran/libgfortran.h
parentb24c1dae7e4c14e16f4f266faf64fd20707d3852 (diff)
downloadgcc-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.h4
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);