]> git.llucax.com Git - software/druntime.git/blobdiff - src/compiler/dmd/mars.h
No longer default-initializing a buffer which is immediately set via a function call.
[software/druntime.git] / src / compiler / dmd / mars.h
index 9990fffc7ada55317b65828c094f780ffc6cdfb8..f05d73f75f7309865657094056770367c44e1f53 100644 (file)
@@ -60,7 +60,7 @@ typedef struct ClassInfo
     int flags;
 } ClassInfo;
 
     int flags;
 } ClassInfo;
 
-typedef struct Exception
+typedef struct Throwable
 {
     Object object;
 
 {
     Object object;
 
@@ -73,8 +73,8 @@ typedef struct Exception
     size_t line;
 
     struct Interface *info;
     size_t line;
 
     struct Interface *info;
-    struct Exception *next;
-} Exception;
+    struct Throwable *next;
+} Throwable;
 
 typedef struct Array
 {
 
 typedef struct Array
 {