mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
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:
@@ -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; } \
|
||||
|
||||
Reference in New Issue
Block a user