opnsense-ports/math/xgraph/files/patch-hpgl.c
Franco Fichtner ee1340af02 */*: sync with upstream
Taken from: FreeBSD
2016-05-16 11:27:06 +02:00

13 lines
309 B
C

--- hpgl.c.orig 2000-08-02 18:31:56 UTC
+++ hpgl.c
@@ -13,9 +13,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();