comparison 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
comparison
equal deleted inserted replaced
663:6aaa3d3c1183 664:eef8ac26c66c
700 t->ustring = (unsigned char *)time; 700 t->ustring = (unsigned char *)time;
701 goto Lstring; 701 goto Lstring;
702 } 702 }
703 else if (id == Id::VENDOR) 703 else if (id == Id::VENDOR)
704 { 704 {
705 t->ustring = (unsigned char *)"LLVMDC"; 705 t->ustring = (unsigned char *)"LDC";
706 goto Lstring; 706 goto Lstring;
707 } 707 }
708 else if (id == Id::TIMESTAMP) 708 else if (id == Id::TIMESTAMP)
709 { 709 {
710 t->ustring = (unsigned char *)timestamp; 710 t->ustring = (unsigned char *)timestamp;