Files
pkgsrc-ng/misc/astrolog/patches/patch-ac
2013-09-26 17:14:40 +02:00

17 lines
504 B
Plaintext

$NetBSD: patch-ac,v 1.1 2004/05/23 23:28:29 danw Exp $
--- placalc.h.orig Wed Dec 23 23:29:09 1998
+++ placalc.h
@@ -121,11 +121,6 @@ auto-dectection of MSDOS (TURBO_C or MS_
#define UCHAR unsigned char
#if HPUNIX
-#ifndef MAC
-#ifndef NeXT
-#include <malloc.h>
-#endif
-#endif /* MAC */
typedef double REAL8; /* real with at least 64 bit precision */
typedef float REAL4; /* real with at least 32 bit precision */
typedef long INT4; /* signed integer with at least 32 bit precision */