diff dmd/TemplateInstance.d @ 13:427f8aa74d28

On the road to make Phobos compilable
author korDen
date Mon, 12 Apr 2010 16:29:33 +0400
parents 10317f0c89a5
children 460959608115
line wrap: on
line diff
--- a/dmd/TemplateInstance.d	Mon Apr 12 15:13:00 2010 +0400
+++ b/dmd/TemplateInstance.d	Mon Apr 12 16:29:33 2010 +0400
@@ -458,7 +458,7 @@
 		// Add members of template instance to template instance symbol table
 	//    parent = scope.scopesym;
 		symtab = new DsymbolTable();
-		int memnum = 0;
+		bool memnum = false;
 		for (int i = 0; i < members.dim; i++)
 		{
 			Dsymbol s = cast(Dsymbol)members.data[i];