comparison dmd/arrayop.c @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 6aee82889553
children 06576ece1a1b
comparison
equal deleted inserted replaced
663:6aaa3d3c1183 664:eef8ac26c66c
306 sc->pop(); 306 sc->pop();
307 } 307 }
308 else 308 else
309 { /* In library, refer to it. 309 { /* In library, refer to it.
310 */ 310 */
311 // LLVMDC FIXME 311 // LDC FIXME
312 fd = FuncDeclaration::genCfunc(NULL, type, name); 312 fd = FuncDeclaration::genCfunc(NULL, type, name);
313 } 313 }
314 sv->ptrvalue = fd; // cache symbol in hash table 314 sv->ptrvalue = fd; // cache symbol in hash table
315 } 315 }
316 316