diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-11-24 06:23:44 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-11-24 06:23:44 +0000 |
commit | fb560d1e146cf4fe6a3b39046c54d36bcc6de824 (patch) | |
tree | effa629aab4150bdf6447e58aef35f7dfcdbd74f /contrib/libf2c/libI77/Version.c | |
parent | b50366c3839724717e906b96332d2bbb1c9906de (diff) |
Notes
Diffstat (limited to 'contrib/libf2c/libI77/Version.c')
-rw-r--r-- | contrib/libf2c/libI77/Version.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/contrib/libf2c/libI77/Version.c b/contrib/libf2c/libI77/Version.c index a056dffc726b..1a5acc242193 100644 --- a/contrib/libf2c/libI77/Version.c +++ b/contrib/libf2c/libI77/Version.c @@ -1,9 +1,9 @@ -static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19990503\n"; +static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19980617\n"; /* */ -char __G77_LIBI77_VERSION__[] = "0.5.25 19990816 (release)"; +char __G77_LIBI77_VERSION__[] = "0.5.24-19981021"; /* 2.01 $ format added @@ -293,14 +293,6 @@ wrtfmt.c: floating-point numbers (containing either a decimal point or an exponent field) as errors when they appear as list input for integer data. */ -/* 7 Sept. 1998: move e_wdfe from sfe.c to dfe.c, where it was originally. - Why did it ever move to sfe.c? */ -/* 2 May 1999: open.c: set f__external (to get "external" versus "internal" - right in the error message if we cannot open the file). - err.c: cast a pointer difference to (int) for %d. - rdfmt.c: omit fixed-length buffer that could be overwritten - by formats Inn or Lnn with nn > 83. */ -/* 3 May 1999: open.c: insert two casts for machines with 64-bit longs. */ |