git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@5038 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-10-19 10:15:00 +00:00
parent 82b390bd3f
commit 76423a1f9a
2 changed files with 6 additions and 1 deletions

View file

@ -64,7 +64,7 @@ typedef struct {
* For internal use only.
*/
#define skipToNextField() ({\
while (_scanLocation < myLength()\
while (_scanLocation < myLength() && _charactersToBeSkipped != nil \
&& (*_skipImp)(_charactersToBeSkipped, memSel, myCharacter(_scanLocation)))\
_scanLocation++;\
(_scanLocation >= myLength()) ? NO : YES;\