X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/5a07183e26b7ca151959629420a83f59af5339f3..ee7c028ebdd89ffc05410551c6e4812187049279:/src/compiler/dmd/mars.h?ds=sidebyside diff --git a/src/compiler/dmd/mars.h b/src/compiler/dmd/mars.h index 9990fff..f05d73f 100644 --- a/src/compiler/dmd/mars.h +++ b/src/compiler/dmd/mars.h @@ -60,7 +60,7 @@ typedef struct ClassInfo int flags; } ClassInfo; -typedef struct Exception +typedef struct Throwable { Object object; @@ -73,8 +73,8 @@ typedef struct Exception size_t line; struct Interface *info; - struct Exception *next; -} Exception; + struct Throwable *next; +} Throwable; typedef struct Array {