1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/math/xgraph/files/patch-ad
Steve Price dff20603bf Fixup MASTER_SITES, one diff per patch, and install example data.
PR:		15381
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-10 19:31:50 +00:00

15 lines
354 B
Plaintext

--- hpgl.c.orig Thu Jul 17 03:40:40 1997
+++ hpgl.c Fri Dec 10 03:07:38 1999
@@ -11,10 +11,8 @@
#include "xgout.h"
#include "plotter.h"
#include <stdio.h>
+#include <stdlib.h>
#include <math.h>
-#define MAX(a,b) ( ((a)>(b)) ? (a) : (b) )
-#define MIN(a,b) ( ((a)<(b)) ? (a) : (b) )
-char *malloc();
static void hpglText();
static void hpglSeg();