mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-03 10:41:26 +00:00
fix tests for C++ linkage
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32720 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
894464b3fd
commit
4d1df68a49
3 changed files with 20 additions and 1 deletions
|
@ -35,6 +35,9 @@
|
|||
* best to use the current API.
|
||||
*/
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
@ -77,7 +80,6 @@
|
|||
|
||||
|
||||
|
||||
|
||||
/* Functions to test basic capabilities expected of most classes.
|
||||
*/
|
||||
static void test_NSMutableCopying(NSString *iClassName,
|
||||
|
@ -429,3 +431,7 @@ static void test_NSMutableCopying(NSString *iClassName,
|
|||
}
|
||||
}
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue