lio.h: Treat INTEGER*1 as signed char.
authorToon Moene <toon@moene.indiv.nluug.nl>
Thu, 11 Apr 2002 19:49:56 +0000 (21:49 +0200)
committerToon Moene <toon@gcc.gnu.org>
Thu, 11 Apr 2002 19:49:56 +0000 (19:49 +0000)
2002-04-11  Toon Moene  <toon@moene.indiv.nluug.nl>

* libI77/lio.h: Treat INTEGER*1 as signed char.

From-SVN: r52172

libf2c/ChangeLog
libf2c/libI77/lio.h

index b6366207d7a9db01ed825f71d99d43f621c136bc..aee3d6990049eb518350d510963d2cfee3add1d1 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-11  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * libI77/lio.h: Treat INTEGER*1 as signed char.
+
 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
 
        * libF77/Version.c:  Fix misplaced leading blanks on first line.
index 012317206aaf798c06f3ac473ddc060ab18b3578..ec0c23df5fe2b3a82c2b6f5f9aeb7ec0441aa08f 100644 (file)
 
 typedef union
 {
-       char    flchar;
+#ifndef KR_headers
+       signed
+#endif
+               char    flchar;
        short   flshort;
        ftnint  flint;
 #ifdef Allow_TYQUAD