NeXT_RUNTIME fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9681 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-04-24 03:40:04 +00:00
parent 5c3e777f95
commit 134e9d1184
8 changed files with 465 additions and 680 deletions

View file

@ -853,7 +853,7 @@ mframe_do_call_opts (const char *encoded_types,
as the ENCODED_TYPES string, but it will have different register
and stack locations if the ENCODED_TYPES came from a machine of a
different architecture. */
#if NeXT_runtime
#if NeXT_RUNTIME
{
Method m;
m = class_getInstanceMethod(object->isa, selector);