diff options
Diffstat (limited to 'math/xgraph/files/patch-ag')
-rw-r--r-- | math/xgraph/files/patch-ag | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/xgraph/files/patch-ag b/math/xgraph/files/patch-ag new file mode 100644 index 0000000..a6f6313 --- /dev/null +++ b/math/xgraph/files/patch-ag @@ -0,0 +1,10 @@ +--- ps.c.orig Thu Jul 17 03:40:40 1997 ++++ ps.c Fri Dec 10 03:11:36 1999 +@@ -57,7 +57,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 |