ports/math/xgraph/files/patch-hpgl.c
Baptiste Daroussin 36212b99fc Prevent collision with getline(3)
While here regen patches
2016-05-13 19:36:51 +00: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();