mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fixups for stack handling
This commit is contained in:
parent
76014b0983
commit
ebfe915619
5 changed files with 276 additions and 369 deletions
|
@ -450,11 +450,6 @@ typedef NSRange (*GSRSFunc)(id, id, unsigned, NSRange);
|
|||
GSRSFunc
|
||||
GSPrivateRangeOfString(NSString *receiver, NSString *target) GS_ATTRIB_PRIVATE;
|
||||
|
||||
/* Function to return the current stack return addresses.
|
||||
*/
|
||||
NSMutableArray *
|
||||
GSPrivateStackAddresses(void) GS_ATTRIB_PRIVATE;
|
||||
|
||||
/* Function to return the hash value for a small integer (used by NSNumber).
|
||||
*/
|
||||
unsigned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue