diff dmd2/root/root.c @ 1577:e4f7b5d9c68a

DMD 2.032 Merge.
author Robert Clipsham <robert@octarineparrot.com>
date Tue, 08 Sep 2009 10:07:56 +0100
parents a1666b613c15
children
line wrap: on
line diff
--- a/dmd2/root/root.c	Tue Aug 25 21:35:43 2009 +0200
+++ b/dmd2/root/root.c	Tue Sep 08 10:07:56 2009 +0100
@@ -409,10 +409,12 @@
 			continue;
 #endif
 
+#if 0
 		    case ' ':
 		    case '\t':		// tabs in filenames?
 			if (!instring)	// if not in string
 			    break;	// treat as end of path
+#endif
 		    default:
 			buf.writeByte(c);
 			continue;