Index: src/AST/Decl.hpp
===================================================================
--- src/AST/Decl.hpp	(revision c2b3243ebb592c712c00231ae4cd93fd4a4eea3e)
+++ src/AST/Decl.hpp	(revision 77de429e7d24919f2087dcef8722710c65f9967c)
@@ -105,7 +105,7 @@
 	ptr<Init> init;
 	ptr<Expr> bitfieldWidth;
-	bool enumInLine = false; // A flag vairable to tell the compile:
-	// this is not a real object declaration. It is a place holder for 
-	// a set of enum value (ObjectDecl).
+	bool enumInLine = false; // enum inline is not a real object declaration. 
+	// It is a place holder for a set of enum value (ObjectDecl)
+	bool importValue = false; // if the value copied from somewhere else
 
 	ObjectDecl( const CodeLocation & loc, const std::string & name, const Type * type,
