From 913eda6188e9a147b07844b0046ff4cbe778b360 Mon Sep 17 00:00:00 2001 From: Alexey Prokhin Date: Tue, 6 Dec 2011 17:34:07 +0400 Subject: [PATCH] Fixed compilation of ldc1 --- dmd/declaration.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dmd/declaration.h b/dmd/declaration.h index bfefaddc..005a1fd0 100644 --- a/dmd/declaration.h +++ b/dmd/declaration.h @@ -355,6 +355,7 @@ struct VarDeclaration : Declaration // debug description llvm::DIVariable debugVariable; + llvm::DISubprogram debugFunc; #endif };