lio.h: Treat INTEGER*1 as signed char.
2002-04-11 Toon Moene <toon@moene.indiv.nluug.nl> * libI77/lio.h: Treat INTEGER*1 as signed char. From-SVN: r52172
This commit is contained in:
parent
bf9b85ce1a
commit
b4f6d08917
@ -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.
|
||||
|
@ -43,7 +43,10 @@
|
||||
|
||||
typedef union
|
||||
{
|
||||
char flchar;
|
||||
#ifndef KR_headers
|
||||
signed
|
||||
#endif
|
||||
char flchar;
|
||||
short flshort;
|
||||
ftnint flint;
|
||||
#ifdef Allow_TYQUAD
|
||||
|
Loading…
Reference in New Issue
Block a user