changeset 630:ecb96b2bf5cb

fixed module declaration
author thomask
date Sun, 14 Aug 2005 08:38:17 +0000
parents 9337dc166495
children fc75a451db47
files run/typeid_79.d
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/run/typeid_79.d	Sat Aug 13 21:36:50 2005 +0000
+++ b/run/typeid_79.d	Sun Aug 14 08:38:17 2005 +0000
@@ -1,9 +1,8 @@
-/* $HeadURL$
- * $Date$
- * $Author$
- */
+// $HeadURL$
+// $Date$
+// $Author$
 
-module dstress.run.typeid_78;
+module dstress.run.typeid_79;
 
 union MyUnion{
 	int i;