Index: src/Parser/parser.yy
===================================================================
--- src/Parser/parser.yy	(revision 54d714e9a528e11a6aec843e7fc0a64240f62533)
+++ src/Parser/parser.yy	(revision 38ac6ec5b1d1763a054cb06e6c8f5a08c0f57067)
@@ -10,6 +10,6 @@
 // Created On       : Sat Sep  1 20:22:55 2001
 // Last Modified By : Andrew Beach
-// Last Modified On : Fri Jun 30 15:38:00 2017
-// Update Count     : 2415
+// Last Modified On : Tus Jul 11 13:39:00 2017
+// Update Count     : 2416
 //
 
@@ -2176,5 +2176,5 @@
 		{
 			linkageStack.push( linkage );				// handle nested extern "C"/"Cforall"
-			linkage = LinkageSpec::linkageCheck( $2 );
+			linkage = LinkageSpec::linkageUpdate( linkage, $2 );
 		}
 	  '{' external_definition_list_opt '}'
