1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/math/calc/files/patch-alloc.h
Jean-Marc Zucconi d9d34442c2 Upgrade to version 2.11.5t4.5
PR:		ports/44132
Submitted by:	Sergey A.Osokin <osa@FreeBSD.org.ru>
2002-11-04 21:09:01 +00:00

20 lines
401 B
C

*** alloc.h~ Thu Mar 31 03:05:41 1994
--- alloc.h Sun Apr 16 17:27:55 1995
***************
*** 10,16 ****
#include "have_malloc.h"
#ifdef HAVE_MALLOC_H
! # include <malloc.h>
#else
# if defined(__STDC__)
extern void *malloc();
--- 10,16 ----
#include "have_malloc.h"
#ifdef HAVE_MALLOC_H
! /* # include <malloc.h> */
#else
# if defined(__STDC__)
extern void *malloc();