mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-06-08 17:54:10 +02:00
Merge DMD 1.051
This commit is contained in:
@@ -415,10 +415,12 @@ Array *FileName::splitPath(const char *path)
|
||||
continue;
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
case ' ':
|
||||
case '\t': // tabs in filenames?
|
||||
if (!instring) // if not in string
|
||||
break; // treat as end of path
|
||||
#endif
|
||||
default:
|
||||
Ldefault:
|
||||
buf.writeByte(c);
|
||||
|
||||
Reference in New Issue
Block a user