diff options
author | Bartosz Nitka <niteria@gmail.com> | 2018-05-12 07:31:20 -0700 |
---|---|---|
committer | Bartosz Nitka <niteria@gmail.com> | 2018-05-12 07:31:20 -0700 |
commit | bec2e71e9869815c058dda9ebb6eb483352aa480 (patch) | |
tree | 54a09f6462d0fe2355256af60191a874e3f9d16e /rts/RtsUtils.h | |
parent | 2323ffdd552327a8954de8ac37908029ec7cad38 (diff) | |
download | haskell-bec2e71e9869815c058dda9ebb6eb483352aa480.tar.gz |
Revert "Fix unwinding of C -> Haskell FFI calls with -threaded"
This reverts commit cb5c2fe875965b7aedbc189012803fc62e48fb3f.
It appears to have broken OSX and Windows builds.
Diffstat (limited to 'rts/RtsUtils.h')
-rw-r--r-- | rts/RtsUtils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/RtsUtils.h b/rts/RtsUtils.h index 16596c1716..8d880c6e19 100644 --- a/rts/RtsUtils.h +++ b/rts/RtsUtils.h @@ -44,7 +44,4 @@ void printRtsInfo(void); void checkFPUStack(void); -#define xstr(s) str(s) -#define str(s) #s - #include "EndPrivate.h" |