/runtime/unwind.d
http://github.com/wilkie/djehuty · D · 17 lines · 5 code · 5 blank · 7 comment · 0 complexity · 271d6cb7e8425504a16b5d7c8fd6606c MD5 · raw file
- /*
- * unwind.d
- *
- * This module implements the D runtime unwind functions which serve to
- * process exceptions and backtraces.
- *
- */
- module runtime.unwind;
- import runtime.common;
- extern(C):
- void _d_throw(Object obj) {
- }