Index: src/ResolvExpr/Unify.cc
===================================================================
--- src/ResolvExpr/Unify.cc	(revision 8a5cad83b497fa8c027c399207091b2e38df6d92)
+++ src/ResolvExpr/Unify.cc	(revision 68ac32ea18da20c419e6bf09e1ae72348b4ac166)
@@ -10,6 +10,6 @@
 // Created On       : Sun May 17 12:27:10 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Mar  2 17:37:05 2016
-// Update Count     : 37
+// Last Modified On : Mon Mar  6 23:37:38 2017
+// Update Count     : 39
 //
 
@@ -541,5 +541,5 @@
 			flatten( dcl->get_type(), back_inserter( types ) );
 			for ( Type * t : types ) {
-				dst.push_back( new ObjectDecl( "", DeclarationNode::NoStorageClass, LinkageSpec::C, nullptr, t, nullptr ) );
+				dst.push_back( new ObjectDecl( "", DeclarationNode::StorageClasses(), LinkageSpec::C, nullptr, t, nullptr ) );
 			}
 			delete dcl;
