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:
Riccardo Mottola 2009-08-21 15:53:05 +00:00
parent 0165b34372
commit f85c3f0696
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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)
}