diff dmd/Id.d @ 170:96c0fff6897d

more global state cleanup
author korDen
date Thu, 30 Sep 2010 14:09:50 +0400
parents af1bebfd96a4
children fa9a71a9f5a8
line wrap: on
line diff
--- a/dmd/Id.d	Thu Sep 30 13:29:54 2010 +0400
+++ b/dmd/Id.d	Thu Sep 30 14:09:50 2010 +0400
@@ -9,7 +9,7 @@
 	string res = "struct Id\n{\n";
 
 	foreach(entry; ts)
-		res ~= "\tstatic Identifier " ~ entry.ident ~ ";\n";
+		res ~= "\tstatic __gshared Identifier " ~ entry.ident ~ ";\n";
 	
 	res ~= "\tstatic void initialize()\n\t{\n";
 	string tmp;