mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
|
@ -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…
Add table
Add a link
Reference in a new issue