diff dmd/mars.c @ 139:0ab29b838084 trunk

[svn r143] Fixed: a few bugs in debug information, still only line info, but should be correct files now :) Fixed: tango.io.Console seems to be working now.
author lindquist
date Tue, 22 Jan 2008 00:01:16 +0100
parents 44a95ac7368a
children ddfdae91281a
line wrap: on
line diff
--- a/dmd/mars.c	Fri Jan 18 20:13:19 2008 +0100
+++ b/dmd/mars.c	Tue Jan 22 00:01:16 2008 +0100
@@ -1,5 +1,5 @@
 // Compiler implementation of the D programming language
-// Copyright (c) 1999-2007 by Digital Mars
+// Copyright (c) 1999-2008 by Digital Mars
 // All Rights Reserved
 // written by Walter Bright
 // http://www.digitalmars.com
@@ -68,10 +68,10 @@
 #error "fix this"
 #endif
 
-    copyright = "Copyright (c) 1999-2007 by Digital Mars and Tomas Lindquist Olsen";
+    copyright = "Copyright (c) 1999-2008 by Digital Mars and Tomas Lindquist Olsen";
     written = "written by Walter Bright and Tomas Lindquist Olsen";
     llvmdc_version = "0.1";
-    version = "v1.025";
+    version = "v1.026";
     global.structalign = 8;
 
     memset(&params, 0, sizeof(Param));
@@ -823,7 +823,6 @@
 		continue;
 	    }
 
-#if !IN_LLVM
 #if TARGET_LINUX
 	    if (strcmp(ext, "a") == 0)
 #else
@@ -833,7 +832,6 @@
 		global.params.libfiles->push(files.data[i]);
 		continue;
 	    }
-#endif
 
 	    if (strcmp(ext, global.ddoc_ext) == 0)
 	    {