mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(_NSAssertArgs, _NSCAssertArgs): Made ',' a separate token to work
with ## macro. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@504 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c6673d8b2e
commit
190bfa26f8
1 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ extern void _NSRemoveHandler( NSHandler *handler );
|
|||
object:self \
|
||||
file:[NSString stringWithCString:__FILE__] \
|
||||
lineNumber:__LINE__ \
|
||||
description:(desc), ## args]; \
|
||||
description:(desc) , ## args]; \
|
||||
} \
|
||||
} while(0)
|
||||
|
||||
|
@ -161,7 +161,7 @@ extern void _NSRemoveHandler( NSHandler *handler );
|
|||
handleFailureInFunction:[NSString stringWithCString:__PRETTY_FUNCTION__] \
|
||||
file:[NSString stringWithCString:__FILE__] \
|
||||
lineNumber:__LINE__ \
|
||||
description:(desc), ## args]; \
|
||||
description:(desc) , ## args]; \
|
||||
} \
|
||||
} while(0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue