Force conflict to avoid bk automerge behavior; will be undone during merge.
This commit is contained in:
parent
9e145670c4
commit
47728f1609
@ -44,6 +44,7 @@ void safe_print_str(const char* name, const char* val, int max_len)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef TARGET_OS_LINUX
|
#ifdef TARGET_OS_LINUX
|
||||||
|
/* Force merge conflict, to avoid bk automerge */
|
||||||
#define SIGRETURN_FRAME_COUNT 2
|
#define SIGRETURN_FRAME_COUNT 2
|
||||||
|
|
||||||
#if defined(__alpha__) && defined(__GNUC__)
|
#if defined(__alpha__) && defined(__GNUC__)
|
||||||
|
@ -19,7 +19,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef TARGET_OS_LINUX
|
#ifdef TARGET_OS_LINUX
|
||||||
#if defined(HAVE_STACKTRACE) || (defined (__i386__) || (defined(__alpha__) && defined(__GNUC__)))
|
#if defined(HAVE_STACKTRACE) || (defined (__i386__) || (defined(__alpha__) && defined(__GNUC__))) /* Force conflict to avoid bk automerge */
|
||||||
#undef HAVE_STACKTRACE
|
#undef HAVE_STACKTRACE
|
||||||
#define HAVE_STACKTRACE
|
#define HAVE_STACKTRACE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user