Index: src/Concurrency/Keywords.cc
===================================================================
--- src/Concurrency/Keywords.cc	(revision b9dae14c8dda6106bfff9679df8e3614bfe25d02)
+++ src/Concurrency/Keywords.cc	(revision 67b421c05a280cde8747b61757656154a9f530c9)
@@ -432,5 +432,5 @@
 				new ObjectDecl(
 					Virtual::concurrentDefaultVTableName(),
-					Type::Const,
+					noStorageClasses,
 					LinkageSpec::Cforall,
 					/* bitfieldWidth */ nullptr,
@@ -504,5 +504,5 @@
 			new ObjectDecl(
 				Virtual::concurrentDefaultVTableName(),
-				Type::Const,
+				Type::StorageClasses( Type::Extern ),
 				LinkageSpec::Cforall,
 				/* bitfieldWidth */ nullptr,
