From 28963c8f26b1ad75f6bfba4653708f4e0ec22d79 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Sun, 16 May 2004 18:21:42 +0000 Subject: * io/format.c (format_lex): Make c an int. From-SVN: r81920 --- libgfortran/io/format.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libgfortran/io') diff --git a/libgfortran/io/format.c b/libgfortran/io/format.c index 0be913c..4255e29 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) { -- cgit v1.1