From 9dd900cebaa7b04b3a12f5ee2aae0922380042ab Mon Sep 17 00:00:00 2001 From: mbr Date: Fri, 8 Mar 2002 23:13:20 +0000 Subject: This patch accidently got the second part dublicated --- editors/openoffice.org-2.0/files/patch-tools::inc:solar.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'editors/openoffice.org-2.0') diff --git a/editors/openoffice.org-2.0/files/patch-tools::inc:solar.h b/editors/openoffice.org-2.0/files/patch-tools::inc:solar.h index c9d50022fef..61e190e5e5b 100644 --- a/editors/openoffice.org-2.0/files/patch-tools::inc:solar.h +++ b/editors/openoffice.org-2.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] -- cgit