diff lphobos/std/string.d @ 856:bdb3627265eb

Apply phobos patch by downs.
author Christian Kamm <kamm incasoftware de>
date Wed, 17 Dec 2008 18:20:45 +0100
parents 373489eeaf90
children
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)
 {