diff options
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. */ |