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:
Richard Frith-MacDonald 2009-02-14 16:38:59 +00:00
parent c6257091ce
commit b96f176cbc
5 changed files with 111 additions and 18 deletions

View file

@ -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.