avoid redefining a symbol differently

This commit is contained in:
mrg 2003-07-27 15:13:39 +00:00
parent 6c4963a6f9
commit 127fd99434
1 changed files with 2 additions and 0 deletions

View File

@ -77,7 +77,9 @@ parse_lsda_header (struct _Unwind_Context *context, const unsigned char *p,
#else #else
#define PERSONALITY_FUNCTION __gcc_personality_v0 #define PERSONALITY_FUNCTION __gcc_personality_v0
#endif #endif
#if 0
#define PERSONALITY_FUNCTION __gcc_personality_v0 #define PERSONALITY_FUNCTION __gcc_personality_v0
#endif
_Unwind_Reason_Code _Unwind_Reason_Code
PERSONALITY_FUNCTION (int, _Unwind_Action, _Unwind_Exception_Class, PERSONALITY_FUNCTION (int, _Unwind_Action, _Unwind_Exception_Class,