changeset 856:bdb3627265eb

Apply phobos patch by downs.
author Christian Kamm <kamm incasoftware de>
date Wed, 17 Dec 2008 18:20:45 +0100
parents e78e1d559a76
children 217e8c719a2f
files lphobos/std/string.d
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lphobos/std/string.d	Mon Dec 15 21:09:33 2008 +0100
+++ b/lphobos/std/string.d	Wed Dec 17 18:20:45 2008 +0100
@@ -39,6 +39,8 @@
 private import std.format;
 private import std.ctype;
 private import std.stdarg;
+alias std.c.string.strlen strlen;
+alias std.c.string.strcmp strcmp;
 
 extern (C)
 {