summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/patch-tools::inc:solar.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2-RC/files/patch-tools::inc:solar.h')
-rw-r--r--editors/openoffice.org-2-RC/files/patch-tools::inc:solar.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-tools::inc:solar.h b/editors/openoffice.org-2-RC/files/patch-tools::inc:solar.h
index c9d50022fef7..61e190e5e5bf 100644
--- a/editors/openoffice.org-2-RC/files/patch-tools::inc:solar.h
+++ b/editors/openoffice.org-2-RC/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]