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