mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Some optimisation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26783 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
49a2c6b3c6
commit
940ba916dd
6 changed files with 96 additions and 12 deletions
|
@ -418,6 +418,12 @@ void GSPrivateNotifyIdle(void) GS_ATTRIB_PRIVATE;
|
|||
*/
|
||||
BOOL GSPrivateNotifyMore(void) GS_ATTRIB_PRIVATE;
|
||||
|
||||
/* Function to return the function for searching in a string for a range.
|
||||
*/
|
||||
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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue