Index: src/SynTree/Declaration.cc
===================================================================
--- src/SynTree/Declaration.cc	(revision d807ca2866358a4b3b1a0171f96cffdd65420e92)
+++ src/SynTree/Declaration.cc	(revision 3ed994eca620a695aa523cf50b22b75c6761327d)
@@ -104,4 +104,5 @@
 }
 
+
 // Local Variables: //
 // tab-width: 4 //
Index: src/SynTree/Declaration.h
===================================================================
--- src/SynTree/Declaration.h	(revision d807ca2866358a4b3b1a0171f96cffdd65420e92)
+++ src/SynTree/Declaration.h	(revision 3ed994eca620a695aa523cf50b22b75c6761327d)
@@ -84,4 +84,5 @@
 	Expression *asmName;
 	std::list< Attribute * > attributes;
+	bool isDeleted = false;
 
 	DeclarationWithType( const std::string &name, Type::StorageClasses scs, LinkageSpec::Spec linkage, const std::list< Attribute * > & attributes, Type::FuncSpecifiers fs );
