diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-28 00:02:30 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-28 00:02:30 +0000 |
commit | c342158555be3354f4e7475c55c7d8eecdbd6b69 (patch) | |
tree | b44256bb42f3bfc6a0de7cccb9cd3cbb68c0bb1a /gcc/unwind-c.c | |
parent | c896502a4aab05cc7e7c8f018ad55399eb0448d5 (diff) | |
download | gcc-c342158555be3354f4e7475c55c7d8eecdbd6b69.tar.gz |
Patch from Gunther Nikl.
* unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68616 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unwind-c.c')
-rw-r--r-- | gcc/unwind-c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/unwind-c.c b/gcc/unwind-c.c index 8f2f5c43fe0..fb2f720907b 100644 --- a/gcc/unwind-c.c +++ b/gcc/unwind-c.c @@ -78,7 +78,6 @@ parse_lsda_header (struct _Unwind_Context *context, const unsigned char *p, #else #define PERSONALITY_FUNCTION __gcc_personality_v0 #endif -#define PERSONALITY_FUNCTION __gcc_personality_v0 _Unwind_Reason_Code PERSONALITY_FUNCTION (int, _Unwind_Action, _Unwind_Exception_Class, |