comparison runtime/internal/eh.d @ 663:6aaa3d3c1183

First part of rename to LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:46:55 +0200
parents aef77ae1d32c
children 4ac97ec7c18e
comparison
equal deleted inserted replaced
662:88e23f8c2354 663:6aaa3d3c1183
3 * exception handling. 3 * exception handling.
4 */ 4 */
5 module eh; 5 module eh;
6 6
7 import util.console; 7 import util.console;
8 import llvmdc.cstdarg; 8 import ldc.cstdarg;
9 9
10 // debug = EH_personality; 10 // debug = EH_personality;
11 11
12 // current EH implementation works on x86 12 // current EH implementation works on x86
13 // if it has a working unwind runtime 13 // if it has a working unwind runtime