comparison lphobos/std/stdarg.d @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 5825d48b27d1
children
comparison
equal deleted inserted replaced
663:6aaa3d3c1183 664:eef8ac26c66c
4 * Written by Hauke Duden and Walter Bright 4 * Written by Hauke Duden and Walter Bright
5 */ 5 */
6 6
7 /* This is for use with variable argument lists with extern(D) linkage. */ 7 /* This is for use with variable argument lists with extern(D) linkage. */
8 8
9 /* Modified for LLVMDC (LLVM D Compiler) by Tomas Lindquist Olsen, 2007 */ 9 /* Modified for LDC (LLVM D Compiler) by Tomas Lindquist Olsen, 2007 */
10 10
11 module std.stdarg; 11 module std.stdarg;
12 12
13 alias void* va_list; 13 alias void* va_list;
14 14