Differences From Artifact [aa18b3eafc]:
- File src/runtime/exception.m — part of check-in [8939cbdb52] at 2023-01-06 09:04:02 on branch trunk — Update copyright (user: js, size: 19880) [annotate] [blame] [check-ins using] [more...]
To Artifact [0555413ebe]:
- File
src/runtime/exception.m
— part of check-in
[14c70763b0]
at
2023-08-05 09:04:27
on branch trunk
— Remove hacks in headers for C compatibility
A better approach would probably be to have a separate header which
makes some classes available to pure C. (user: js, size: 19879) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
22 23 24 25 26 27 28 | #include <string.h> #import "ObjFWRT.h" #import "private.h" #import "macros.h" #ifdef OF_HAVE_THREADS | | | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | #include <string.h> #import "ObjFWRT.h" #import "private.h" #import "macros.h" #ifdef OF_HAVE_THREADS # import "OFPlainMutex.h" #endif #ifdef HAVE_SEH_EXCEPTIONS # include <windows.h> #endif #if defined(HAVE_DWARF_EXCEPTIONS) |
︙ | ︙ |