changeset 609:2cf4359d344f

Tango rev 3939 fixed the std.intrinsic issue.
author Christian Kamm <kamm incasoftware de>
date Fri, 19 Sep 2008 21:45:05 +0200
parents 52ab8f3130d9
children 1b62222581fb
files runtime/llvmdc.diff
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/llvmdc.diff	Thu Sep 18 21:14:37 2008 +0200
+++ b/runtime/llvmdc.diff	Fri Sep 19 21:45:05 2008 +0200
@@ -572,19 +572,6 @@
  } else version(D_InlineAsm_X86) {
  /* Duplicate string s, with n times, substituting index for '@'.
   *
-Index: tango/math/internal/BiguintCore.d
-===================================================================
---- tango/math/internal/BiguintCore.d	(revision 3936)
-+++ tango/math/internal/BiguintCore.d	(working copy)
-@@ -859,7 +859,7 @@
-     result[half..$].simpleAddAssign(mid);
- }
- 
--import std.intrinsic;
-+import tango.core.BitManip;
- 
- 
- /* Knuth's Algorithm D, as presented in "Hacker's Delight"
 Index: tango/stdc/stdlib.d
 ===================================================================
 --- tango/stdc/stdlib.d	(revision 3936)