comparison dmd/module.c @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 2a0bcf7f7b3d
children bfe5229f9d8e
comparison
equal deleted inserted replaced
663:6aaa3d3c1183 664:eef8ac26c66c
120 fatal(); 120 fatal();
121 } 121 }
122 } 122 }
123 srcfile = new File(srcfilename); 123 srcfile = new File(srcfilename);
124 124
125 // LLVMDC 125 // LDC
126 llvmForceLogging = false; 126 llvmForceLogging = false;
127 this->doDocComment = doDocComment; 127 this->doDocComment = doDocComment;
128 this->doHdrGen = doHdrGen; 128 this->doHdrGen = doHdrGen;
129 } 129 }
130 130