diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-09 07:13:20 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-09 07:13:20 +0800 |
commit | 9dd900cebaa7b04b3a12f5ee2aae0922380042ab (patch) | |
tree | d050a801e9e3a90807a17132a20e03e929e738c3 /editors/openoffice.org-1.0 | |
parent | 32e11038ed49d07bd3b0b2bb59d5dbbb075bf5dd (diff) | |
download | freebsd-ports-gnome-9dd900cebaa7b04b3a12f5ee2aae0922380042ab.tar.gz freebsd-ports-gnome-9dd900cebaa7b04b3a12f5ee2aae0922380042ab.tar.zst freebsd-ports-gnome-9dd900cebaa7b04b3a12f5ee2aae0922380042ab.zip |
This patch accidently got the second part dublicated
Diffstat (limited to 'editors/openoffice.org-1.0')
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-tools::inc:solar.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-tools::inc:solar.h b/editors/openoffice.org-1.0/files/patch-tools::inc:solar.h index c9d50022fef7..61e190e5e5bf 100644 --- a/editors/openoffice.org-1.0/files/patch-tools::inc:solar.h +++ b/editors/openoffice.org-1.0/files/patch-tools::inc:solar.h @@ -18,12 +18,3 @@ #define __DELETE(n) delete[] #else #define __DELETE(n) delete[n] -@@ -149,7 +149,7 @@ - - /*** misc. macros to leverage platform and compiler differences ********/ - --#if (defined ALPHA && !defined WNT) || defined IRIX || defined SOLARIS || defined HPUX || defined NETBSD -+#if (defined ALPHA && !defined WNT) || defined IRIX || defined SOLARIS || defined HPUX || defined NETBSD || defined FREEBSD - #define __DELETE(n) delete[] - #else - #define __DELETE(n) delete[n] |