diff dmd/Lexer.d @ 174:af724d3510d7

lot os toCBuffer methods implemented moved shared Type.* stuff into Global
author korDen
date Sun, 10 Oct 2010 03:47:23 +0400
parents e7769d53e750
children 94b6033c07f3
line wrap: on
line diff
--- a/dmd/Lexer.d	Sun Oct 10 01:55:35 2010 +0400
+++ b/dmd/Lexer.d	Sun Oct 10 03:47:23 2010 +0400
@@ -654,7 +654,7 @@
 	];
 }
 
-	static ubyte cmtable[256];
+	static __gshared ubyte cmtable[256];
 	enum CMoctal =	0x1;
 	enum  CMhex =	0x2;
 	enum  CMidchar =	0x4;