Patch to fix compile error with sjlj exception unwinding
text/plain
948
Comments
Comment #0 by johannes — 2008-06-04T16:03:47Z
Compiling with sjlj exception unwinding fails. The cause is because of what looks like some code that wasn't updated with other code.
The attached patch fixed the compile error.
Comment #1 by johannes — 2008-06-04T16:04:42Z
Created attachment 257
Patch to fix compile error with sjlj exception unwinding
Comment #2 by johannes — 2008-06-04T16:12:35Z
Created attachment 258
Patch to fix compile error with sjlj exception unwinding
This version fixes both phobos versions.