diff dmd/codegen/linkhelper.d @ 157:b7b61140701d

* added all missing default cases in switch statements + Lexer.getDocComment + Lexer.combineComments
author trass3r
date Thu, 16 Sep 2010 01:34:10 +0200
parents 31c086f76669
children b64060ab22df
line wrap: on
line diff
--- a/dmd/codegen/linkhelper.d	Wed Sep 15 18:24:39 2010 +0200
+++ b/dmd/codegen/linkhelper.d	Thu Sep 16 01:34:10 2010 +0200
@@ -12,7 +12,7 @@
 {
 	// msc.c wants to access global from out_config_init(), but it should never be called
 	struct Global {}
-	Global global;
+	__gshared Global global;
 
 	void error(const char *filename, uint linnum, const char *format, ...)
 	{