Monotone-Parent: 31f045130060a24f1eb793184cac83918bf8cede

Monotone-Revision: 0816302ed31a5afb876acab4e1bcf2f5d953f653

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-02-08T19:38:05
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-02-08 19:38:05 +00:00
parent 952f48f7a4
commit 45f775293e
3 changed files with 20 additions and 11 deletions

View File

@@ -82,7 +82,7 @@ iRANGE(2);
#define REPEAT(X) \
- (NSString *) repeat##X { return repeat##X; } \
- (void) setRepeat##X: (NSString *) theValue { NSLog(@"setRepeat %@", theValue); ASSIGN(repeat##X, theValue); } \
- (void) setRepeat##X: (NSString *) theValue { NSLog(@"setRepeat%d %@", X, theValue); ASSIGN(repeat##X, theValue); } \
#define RANGE(X) \
- (NSString *) range##X { return range##X; } \