Differences From Artifact [6d549f3b5e]:
- File src/objc_sync.m — part of check-in [ce70e17b38] at 2012-01-05 00:56:18 on branch trunk — Update copyright. (user: js, size: 4277) [annotate] [blame] [check-ins using]
To Artifact [1594a5423a]:
- File src/objc_sync.m — part of check-in [1664513cf6] at 2012-03-04 19:28:25 on branch runtime — Change includes of objfw-rt.h to include local runtime.h. (user: js, size: 4276) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
19 20 21 22 23 24 25 | #include <stdio.h> #include <stdlib.h> #include <assert.h> #include <sys/types.h> #ifdef OF_OBJFW_RUNTIME | | | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | #include <stdio.h> #include <stdlib.h> #include <assert.h> #include <sys/types.h> #ifdef OF_OBJFW_RUNTIME # import "runtime.h" #else # import <objc/objc.h> #endif #import "threading.h" struct lock_s { |
︙ | ︙ |