diff options
author | Gunther Nikl <gni@gecko.de> | 2003-06-28 00:02:30 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2003-06-27 17:02:30 -0700 |
commit | 396235c86634d18d3a2e2690526c2e7316d5f2aa (patch) | |
tree | b44256bb42f3bfc6a0de7cccb9cd3cbb68c0bb1a /gcc/unwind-c.c | |
parent | dce50630a39a2c30ea218efa600f2f8e28e069d6 (diff) | |
download | gcc-396235c86634d18d3a2e2690526c2e7316d5f2aa.zip gcc-396235c86634d18d3a2e2690526c2e7316d5f2aa.tar.gz gcc-396235c86634d18d3a2e2690526c2e7316d5f2aa.tar.bz2 |
Patch from Gunther Nikl.
* unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
From-SVN: r68616
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 8f2f5c4..fb2f720 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, |