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

14 lines
354 B
Text

--- 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();