mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
revert dumb change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32721 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4d1df68a49
commit
abd420a3be
3 changed files with 0 additions and 20 deletions
|
@ -1,9 +1,3 @@
|
|||
2011-03-28 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* TestFramework/Testing.h
|
||||
* TestFramework/ObjectTesting.h
|
||||
Fixup for ObjectiveC++
|
||||
|
||||
2011-03-22 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* configure.ac: work around the fact that AC_PROG_CXX is buggy and
|
||||
|
|
|
@ -35,9 +35,6 @@
|
|||
* best to use the current API.
|
||||
*/
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
@ -431,7 +428,3 @@ static void test_NSMutableCopying(NSString *iClassName,
|
|||
}
|
||||
}
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -30,10 +30,6 @@
|
|||
#import <Foundation/NSObject.h>
|
||||
#import <Foundation/NSString.h>
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* A flag indicating that the testsuite is currently processing tests
|
||||
* which are actually not expected to pass, but where we hope someone
|
||||
* might have committed a bugfix.
|
||||
|
@ -506,6 +502,3 @@ if (__value != __object) \
|
|||
(X) = [NSAutoreleasePool new]
|
||||
#endif
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue