diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 09:02:08 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 09:02:08 +0000 |
commit | 403bb5464a5b30c3853b1554265d0c8741c72690 (patch) | |
tree | c828046c732cde09938fa2839d8f8c5d8855f415 /editors/openoffice.org-2/files/patch-cppu::inc::cppu::macros.hxx | |
parent | All patches have been repocopied to use + as separator and not "::". (diff) |
All patches will be a repocopy from ports/openoffice/files. Remove old
patches with "::" delimiters.
Notes
Notes:
svn path=/head/; revision=68481
Diffstat (limited to 'editors/openoffice.org-2/files/patch-cppu::inc::cppu::macros.hxx')
-rw-r--r-- | editors/openoffice.org-2/files/patch-cppu::inc::cppu::macros.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice.org-2/files/patch-cppu::inc::cppu::macros.hxx b/editors/openoffice.org-2/files/patch-cppu::inc::cppu::macros.hxx deleted file mode 100644 index dad8a1f99a5c..000000000000 --- a/editors/openoffice.org-2/files/patch-cppu::inc::cppu::macros.hxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../cppu/inc/cppu/macros.hxx.kan Wed Jul 24 23:28:55 2002 -+++ ../cppu/inc/cppu/macros.hxx Wed Jul 24 23:29:45 2002 -@@ -76,7 +76,7 @@ - the struct inherits from a base struct the first member is no double or [unsigned] long long. - @internal - */ --#if defined(__GNUC__) && defined(LINUX) && (defined(INTEL) || defined(POWERPC)) && (__GNUC__ == 3) -+#if defined(__GNUC__) && (defined(LINUX) || defined(FREEBSD)) && (defined(INTEL) || defined(POWERPC)) && (__GNUC__ == 3) - #define CPPU_GCC3_ALIGN( base_struct ) __attribute__ ((aligned (__alignof__ (base_struct)))) - #else - #define CPPU_GCC3_ALIGN( base_struct ) |