summaryrefslogtreecommitdiff
path: root/libf2c/libU77
diff options
context:
space:
mode:
authorCraig Burley <burley@gnu.org>1998-05-19 11:01:52 +0000
committerDave Love <fx@gcc.gnu.org>1998-05-19 11:01:52 +0000
commit6d3e8f6239565bad3095d0825338df98acfd2600 (patch)
tree9666b322eb27a6df17802f34c1bedef7ea3cb40c /libf2c/libU77
parenta843efa0d4ff93324077fbd8b1fc57ed8f4b57f0 (diff)
downloadgcc-6d3e8f6239565bad3095d0825338df98acfd2600.tar.gz
Tweaks to eliminate unnecessary differences vs.
Tweaks to eliminate unnecessary differences vs. netlib libf2c. From-SVN: r19878
Diffstat (limited to 'libf2c/libU77')
-rw-r--r--libf2c/libU77/dbes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libf2c/libU77/dbes.c b/libf2c/libU77/dbes.c
index 8c245cf3c25..1ef5978a8e8 100644
--- a/libf2c/libU77/dbes.c
+++ b/libf2c/libU77/dbes.c
@@ -16,10 +16,10 @@ License along with GNU Fortran; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#if 0 /* Don't include these unless necessary -- dnp. */
#include "f2c.h"
#include <math.h>
-#if 0 /* Don't include these unless necessary -- dnp. */
double G77_dbesj0_0 (const double *x) {
return j0 (*x);
}