freebsd-ports/math/xgraph/files/patch-ps.c
Baptiste Daroussin 36212b99fc Prevent collision with getline(3)
While here regen patches
2016-05-13 19:36:51 +00:00

10 lines
242 B
C

--- ps.c.orig 2000-08-02 21:17:34 UTC
+++ ps.c
@@ -59,7 +59,6 @@
#define PS(str) OUT(psFile, str)
#define PSU(str) OUT(ui->psFile, str)
#define IY(val) (ui->height_devs - val)
-#define MAX(a, b) ((a) > (b) ? (a) : (b))
/*
* Globals