diff dmd2/scope.h @ 847:356e65836fb5

Merged DMD 2.021 frontend. Removed generated files from dmd/dmd2 dirs.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sat, 13 Dec 2008 16:14:37 +0100
parents f04dde6e882c
children 638d16625da2
line wrap: on
line diff
--- a/dmd2/scope.h	Sat Dec 13 13:15:31 2008 +0100
+++ b/dmd2/scope.h	Sat Dec 13 16:14:37 2008 +0100
@@ -31,8 +31,13 @@
 struct DocComment;
 struct EnclosingHandler;
 struct AnonDeclaration;
+#if __GNUC__
+#include "dsymbol.h"    // PROT
+#include "mars.h"       // LINK
+#else
 enum LINK;
 enum PROT;
+#endif 
 
 struct Scope
 {