Differences From Artifact [de6e95837e]:
- File src/OFMacros.h — part of check-in [fa2d377c18] at 2008-11-01 17:08:59 on branch trunk — Move some macros to OFMacros.h. (user: js, size: 799) [annotate] [blame] [check-ins using]
To Artifact [6cc9a6a558]:
- File src/OFMacros.h — part of check-in [bb17c57aa1] at 2008-11-01 17:56:46 on branch trunk — Make some things static so they don't get exported. (user: js, size: 806) [annotate] [blame] [check-ins using]
︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | - + | #define OF_NOT_IMPLEMENTED(ret) \ [[OFNotImplementedException newWithObject: self \ andSelector: _cmd] raise]; \ return ret; #ifdef OF_BIG_ENDIAN |
︙ |