diff runtime/internal/lifetime.d @ 717:a26b0c5d5942

Merged DMD 1.036. Improved comments a little in the runtime source code.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 22 Oct 2008 17:06:17 +0200
parents 30b42a283c8e
children 635f91212b78
line wrap: on
line diff
--- a/runtime/internal/lifetime.d	Wed Oct 22 15:35:46 2008 +0200
+++ b/runtime/internal/lifetime.d	Wed Oct 22 17:06:17 2008 +0200
@@ -1091,6 +1091,9 @@
 
 /**
  * Support for array.dup property.
+ * The actual type is painted on the return value by the frontend
+ * Given length is number of elements
+ * Returned length is number of elements
  */