main
1//
2// Licensed under the terms in License.txt
3//
4// Copyright 2010 Allen Ding. All rights reserved.
5//
6
7#import "KiwiConfiguration.h"
8
9#if KW_TARGET_HAS_INVOCATION_EXCEPTION_BUG
10
11#pragma mark -
12#pragma mark Invocation Exception Bug Workaround
13
14// See KiwiConfiguration.h for notes.
15void KWSetExceptionFromAcrossInvocationBoundary(NSException *anException);
16NSException *KWGetAndClearExceptionFromAcrossInvocationBoundary(void);
17
18#endif // #if KW_TARGET_HAS_INVOCATION_EXCEPTION_BUG