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/libF77/Version.c | |
parent | b50366c3839724717e906b96332d2bbb1c9906de (diff) |
Notes
Diffstat (limited to 'contrib/libf2c/libF77/Version.c')
-rw-r--r-- | contrib/libf2c/libF77/Version.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/contrib/libf2c/libF77/Version.c b/contrib/libf2c/libF77/Version.c index a7c934676369..3e46ce899d9a 100644 --- a/contrib/libf2c/libF77/Version.c +++ b/contrib/libf2c/libF77/Version.c @@ -1,9 +1,9 @@ -static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n"; +static char junk[] = "\n@(#)LIBF77 VERSION 19970919\n"; /* */ -char __G77_LIBF77_VERSION__[] = "0.5.25 19990816 (release)"; +char __G77_LIBF77_VERSION__[] = "0.5.24"; /* 2.00 11 June 1980. File version.c added to library. @@ -55,12 +55,6 @@ char __G77_LIBF77_VERSION__[] = "0.5.25 19990816 (release)"; affect systems using gratuitous extra precision). 19 Sept. 1997: [de]time_.c (Unix systems only): change return type to double. - 2 May 1999: getenv_.c: omit environ in favor of getenv(). - c_cos.c, c_exp.c, c_sin.c, d_cnjg.c, r_cnjg.c, - z_cos.c, z_exp.c, z_log.c, z_sin.c: cope fully with - overlapping arguments caused by equivalence. - 3 May 1999: "invisible" tweaks to omit compiler warnings in - abort_.c, ef1asc_.c, s_rnge.c, s_stop.c. */ #include <stdio.h> |