From owner-cvs-all Mon Nov 16 15:51:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07475 for cvs-all-outgoing; Mon, 16 Nov 1998 15:51:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07468; Mon, 16 Nov 1998 15:51:14 -0800 (PST) (envelope-from jmz@FreeBSD.org) From: Jean-Marc Zucconi Received: (from jmz@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA18300; Mon, 16 Nov 1998 15:51:15 -0800 (PST) Date: Mon, 16 Nov 1998 15:51:15 -0800 (PST) Message-Id: <199811162351.PAA18300@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libF77 MAIN.c src/lib/libf2c Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1998/11/16 15:51:14 PST Modified files: lib/libf2c Makefile Added files: lib/libF77 MAIN.c Log: Add an emply MAIN__() function. This avoid an unresolved reference error during link phase when using fortran subroutines with non-fortran 'main()'. Revision Changes Path 1.12 +1 -1 src/lib/libf2c/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message