diff dmd/parse.c @ 717:a26b0c5d5942

Merged DMD 1.036. Improved comments a little in the runtime source code.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 22 Oct 2008 17:06:17 +0200
parents 20a5180f2e80
children 51797efb6975
line wrap: on
line diff
--- a/dmd/parse.c	Wed Oct 22 15:35:46 2008 +0200
+++ b/dmd/parse.c	Wed Oct 22 17:06:17 2008 +0200
@@ -3570,7 +3570,7 @@
 	switch (t->value)
 	{
 	    case TOKmul:
-	    case TOKand:
+	    //case TOKand:
 		t = peek(t);
 		continue;