summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-16 18:21:42 +0000
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-16 18:21:42 +0000
commit80f87fd54fbf292e6fe26130413795bdee1b32c8 (patch)
treeadcab0e7ed5982685b41b404704e83e14f6712b1
parente9e9dabf1e4d60381344091901c59636271ee863 (diff)
downloadppe42-gcc-80f87fd54fbf292e6fe26130413795bdee1b32c8.tar.gz
ppe42-gcc-80f87fd54fbf292e6fe26130413795bdee1b32c8.zip
* io/format.c (format_lex): Make c an int.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81920 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libgfortran/ChangeLog4
-rw-r--r--libgfortran/io/format.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 05609b4f5b4..2b897dd81d7 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-16 Paul Brook <paul@codesourcery.com>
+
+ * io/format.c (format_lex): Make c an int.
+
2004-05-16 Janne Blomqvist <jblomqvi@cc.hut.fi>
Paul Brook <paul@codesourcery.com>
diff --git a/libgfortran/io/format.c b/libgfortran/io/format.c
index 0be913c59b9..4255e29f49c 100644
--- a/libgfortran/io/format.c
+++ b/libgfortran/io/format.c
@@ -164,7 +164,8 @@ format_lex (void)
{
format_token token;
int negative_flag;
- char c, delim;
+ int c;
+ char delim;
if (saved_token != FMT_NONE)
{
OpenPOWER on IntegriCloud