From 6d277fd0ee456501b628953808f7b8123cafb38a Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Thu, 31 May 2018 00:37:14 +0200 Subject: [PATCH] Fix C++ header regression wrt. StaticIfDeclaration --- src/dmd/attrib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dmd/attrib.h b/src/dmd/attrib.h index c17858798ecc..f4c8a66e1d12 100644 --- a/src/dmd/attrib.h +++ b/src/dmd/attrib.h @@ -178,6 +178,7 @@ class StaticIfDeclaration : public ConditionalDeclaration public: ScopeDsymbol *scopesym; bool addisdone; + bool onStack; Dsymbol *syntaxCopy(Dsymbol *s); Dsymbols *include(Scope *sc);