mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Joined split-line string constant
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28502 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0165b34372
commit
f85c3f0696
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-08-21 Riccardo Mottola <rmottola@users.sf.net>
|
||||
|
||||
* Source/NSConnection.m: Joined split-line string constant
|
||||
|
||||
2009-08-21 Doug Simons <dpsimons@testplant.com>
|
||||
|
||||
* Source/NSUserDefaults.m: Changes to bulletproof NSUserDefaults from
|
||||
|
|
|
@ -2079,8 +2079,7 @@ static void retEncoder (DOContext *ctxt)
|
|||
/* If we've got to here then something has gone badly wrong. Most likely a
|
||||
* mismatch between NSDistantObject and NSConnection implementations.
|
||||
*/
|
||||
NSAssert(NO, @"Legacy forwardForProxy:selector:argFrame: method called when"
|
||||
" compiled with fcall/ffi.");
|
||||
NSAssert(NO, @"Legacy forwardForProxy:selector:argFrame: method called when compiled with fcall/ffi.");
|
||||
return 0; // Not reached.
|
||||
#endif //!defined(USE_FFCALL) && !defined(USE_LIBFFI)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue