• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
objc-class.h: why is marg_prearg_size = 128
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

objc-class.h: why is marg_prearg_size = 128


  • Subject: objc-class.h: why is marg_prearg_size = 128
  • From: Adhamh Findlay <email@hidden>
  • Date: Mon, 14 Jun 2004 15:26:57 -0500

Hi,

I've been asked why marg_prearg_size is defined to be 128 on ppc in objc-class.h. I don't have an answer but thought someone here might...

From objc.class.h

typedef void *marg_list;

#if defined(__ppc__) || defined(ppc)
#define marg_prearg_size 128
#else
#define marg_prearg_size 0
#endif


Any ideas would be appreciated.

Thanks,

Adhamh
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


  • Prev by Date: Re: How to refresh a directory view after a movePath
  • Next by Date: Re: How to refresh a directory view after a movePath
  • Previous by thread: Re: window resize problem (NSMinX(windowFrame), NSMaxY(windowFrame)
  • Next by thread: Re: objc-class.h: why is marg_prearg_size = 128
  • Index(es):
    • Date
    • Thread