diff options
author | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-08 12:33:14 +0000 |
---|---|---|
committer | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-08 12:33:14 +0000 |
commit | 584b27e173ff6cc081083feb7966bdcf380d43e9 (patch) | |
tree | 05a757bd2942cdf9254925ec943a901f98fe003d /libf2c/libU77/date_.c | |
parent | 9e6d557ae0286f171b68b51a8abc0803e6b3a07a (diff) | |
download | ppe42-gcc-584b27e173ff6cc081083feb7966bdcf380d43e9.tar.gz ppe42-gcc-584b27e173ff6cc081083feb7966bdcf380d43e9.zip |
* libU77/date_.c (G77_date_y2kbug_0): G77_time_0 returns
longint, not integer, and G77_ctime_0 takes longint, not
integer, argument.
* libU77/Version.c: Bump version.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28013 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/libU77/date_.c')
-rw-r--r-- | libf2c/libU77/date_.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libf2c/libU77/date_.c b/libf2c/libU77/date_.c index 11537657f32..4f8254d3740 100644 --- a/libf2c/libU77/date_.c +++ b/libf2c/libU77/date_.c @@ -13,7 +13,8 @@ static integer c__5 = 5; { /* System generated locals */ address a__1[5]; - integer i__1, i__2[5]; + longint i__1; + integer i__2[5]; char ch__1[24]; /* Builtin functions */ @@ -21,7 +22,7 @@ static integer c__5 = 5; /* Local variables */ static char cbuf[24]; - extern integer G77_time_0 (); + extern longint G77_time_0 (); extern /* Character */ VOID G77_ctime_0 (); i__1 = G77_time_0 (); |