diff dmd/lexer.c @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 50383e476c7e
children 48f462341528
line wrap: on
line diff
--- a/dmd/lexer.c	Mon Oct 06 22:46:55 2008 +0200
+++ b/dmd/lexer.c	Mon Oct 06 22:54:08 2008 +0200
@@ -702,7 +702,7 @@
 		    }
 		    else if (id == Id::VENDOR)
 		    {
-			t->ustring = (unsigned char *)"LLVMDC";
+			t->ustring = (unsigned char *)"LDC";
 			goto Lstring;
 		    }
 		    else if (id == Id::TIMESTAMP)