Differences From Artifact [68e410fce6]:
- File src/OFSet_hashtable.m — part of check-in [f178d11592] at 2014-05-15 04:06:12 on branch trunk — Remove usage of empty initializer extension (user: js, size: 6136) [annotate] [blame] [check-ins using]
To Artifact [24087ae033]:
- File
src/OFSet_hashtable.m
— part of check-in
[13ee56edf3]
at
2014-06-21 21:43:43
on branch trunk
— Move all macros from OFObject.h to macros.h
This means that OFObject.h imports macros.h now, making it unnecessary
to manually import macros.h in almost every file. And while at it, also
import autorelease.h in OFObject.h, so that this doesn't need to be
manually imported in almost every file as well. (user: js, size: 6111) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
24 25 26 27 28 29 30 | #import "OFArray.h" #import "OFString.h" #import "OFXMLElement.h" #import "OFInvalidArgumentException.h" #import "OFEnumerationMutationException.h" | < < | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | #import "OFArray.h" #import "OFString.h" #import "OFXMLElement.h" #import "OFInvalidArgumentException.h" #import "OFEnumerationMutationException.h" static void* retain(void *value) { return [(id)value retain]; } static void |
︙ | ︙ |