Index: src/GenPoly/Box.cc
===================================================================
--- src/GenPoly/Box.cc	(revision 68cd1ce1134527e1c664cfdf84df37a7025de8a7)
+++ src/GenPoly/Box.cc	(revision de62360d1d2709386152807b3d18e159e241ab1f)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Jun 13 07:13:46 2015
-// Update Count     : 3
+// Last Modified On : Sat Jun 13 09:12:19 2015
+// Update Count     : 4
 //
 
@@ -524,5 +524,5 @@
 			adapterBody->get_kids().push_back( bodyStmt );
 			std::string adapterName = makeAdapterName( mangleName );
-			return new FunctionDecl( adapterName, DeclarationNode::NoStorageClass, LinkageSpec::C, adapterType, adapterBody, false );
+			return new FunctionDecl( adapterName, DeclarationNode::NoStorageClass, LinkageSpec::C, adapterType, adapterBody, false, false );
 		}
 
Index: src/GenPoly/Specialize.cc
===================================================================
--- src/GenPoly/Specialize.cc	(revision 68cd1ce1134527e1c664cfdf84df37a7025de8a7)
+++ src/GenPoly/Specialize.cc	(revision de62360d1d2709386152807b3d18e159e241ab1f)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Jun 13 07:14:42 2015
-// Update Count     : 5
+// Last Modified On : Sat Jun 13 15:54:07 2015
+// Update Count     : 6
 //
 
@@ -97,5 +97,5 @@
 					newEnv.applyFree( newType );
 				} // if
-				FunctionDecl *thunkFunc = new FunctionDecl( thunkNamer.newName(), DeclarationNode::NoStorageClass, LinkageSpec::C, newType, new CompoundStmt( std::list< std::string >() ), false );
+				FunctionDecl *thunkFunc = new FunctionDecl( thunkNamer.newName(), DeclarationNode::NoStorageClass, LinkageSpec::C, newType, new CompoundStmt( std::list< std::string >() ), false, false );
 				thunkFunc->fixUniqueId();
 
