mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
More pointer function tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27862 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c6257091ce
commit
b96f176cbc
5 changed files with 111 additions and 18 deletions
|
@ -47,11 +47,6 @@
|
|||
// For pow()
|
||||
#include <math.h>
|
||||
|
||||
#define NIMP [NSException raise: NSGenericException \
|
||||
format: @"%s(%s) has not implemented %s",\
|
||||
GSClassNameFromObject(self), GSObjCIsInstance(self) ? "instance" : "class",\
|
||||
GSNameFromSelector(_cmd)]
|
||||
|
||||
@interface GSPredicateScanner : NSScanner
|
||||
{
|
||||
NSEnumerator *_args; // Not retained.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue