objc-class.h: why is marg_prearg_size = 128
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.