diff options
author | sanpei <sanpei@FreeBSD.org> | 2000-08-06 22:50:51 +0800 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2000-08-06 22:50:51 +0800 |
commit | 5ad09bd12b463ea717774c82db6fc6e95e26a32a (patch) | |
tree | ca631e55b1dff1b84b8057852ebece0306d50a93 /math/xgraph/files | |
parent | ce20f756c94186a2912cdd38b7943838cd174896 (diff) | |
download | freebsd-ports-gnome-5ad09bd12b463ea717774c82db6fc6e95e26a32a.tar.gz freebsd-ports-gnome-5ad09bd12b463ea717774c82db6fc6e95e26a32a.tar.zst freebsd-ports-gnome-5ad09bd12b463ea717774c82db6fc6e95e26a32a.zip |
update new tarball
Submitted by: bento
Diffstat (limited to 'math/xgraph/files')
-rw-r--r-- | math/xgraph/files/patch-ad | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/xgraph/files/patch-ad b/math/xgraph/files/patch-ad index 1ef0c3d7a482..7744f6898d87 100644 --- a/math/xgraph/files/patch-ad +++ b/math/xgraph/files/patch-ad @@ -1,6 +1,6 @@ ---- hpgl.c.orig Thu Jul 17 03:40:40 1997 -+++ hpgl.c Fri Dec 10 03:07:38 1999 -@@ -11,10 +11,8 @@ +--- hpgl.c.orig Thu Aug 3 03:31:56 2000 ++++ hpgl.c Sun Aug 6 23:45:06 2000 +@@ -13,9 +13,8 @@ #include "xgout.h" #include "plotter.h" #include <stdio.h> @@ -8,7 +8,6 @@ #include <math.h> -#define MAX(a,b) ( ((a)>(b)) ? (a) : (b) ) -#define MIN(a,b) ( ((a)<(b)) ? (a) : (b) ) --char *malloc(); + /* char *malloc(); */ static void hpglText(); - static void hpglSeg(); |