This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libf2c/f2cext.c fix


I've committed this as it seems sufficiently obvious and innocuous.  I
doubt it's worth putting on the release branch.

1998-10-23  Dave Love  <d.love@dl.ac.uk>

	* f2cext.c: Include math.h.

Index: f2cext.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/libf2c/f2cext.c,v
retrieving revision 1.3
diff -p -c -r1.3 f2cext.c
*** f2cext.c	1998/07/06 09:52:26	1.3
--- f2cext.c	1998/10/23 18:36:19
*************** License along with GNU Fortran; see the 
*** 16,22 ****
  not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
! 
  #include <f2c.h>
  typedef void *sig_proc;	/* For now, this will have to do. */
  
--- 16,22 ----
  not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
! #include <math.h>		/* for j0 et al */
  #include <f2c.h>
  typedef void *sig_proc;	/* For now, this will have to do. */
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]