comparison dmd/mars.c @ 1613:8f50a13d09a0

Merge DMD r286: remove dead code --- dmd/interpret.c | 49 ++----------------------------------------------- dmd/mars.c | 2 +- 2 files changed, 3 insertions(+), 48 deletions(-)
author Leandro Lucarella <llucax@gmail.com>
date Wed, 06 Jan 2010 15:18:21 -0300
parents eae495e6ae8d
children 6c36e3f49b28
comparison
equal deleted inserted replaced
1612:081c48283153 1613:8f50a13d09a0
56 obj_ext_alt = "obj"; 56 obj_ext_alt = "obj";
57 #endif 57 #endif
58 58
59 copyright = "Copyright (c) 1999-2009 by Digital Mars and Tomas Lindquist Olsen"; 59 copyright = "Copyright (c) 1999-2009 by Digital Mars and Tomas Lindquist Olsen";
60 written = "written by Walter Bright and Tomas Lindquist Olsen"; 60 written = "written by Walter Bright and Tomas Lindquist Olsen";
61 version = "v1.053"; 61 version = "v1.054";
62 ldc_version = LDC_REV; 62 ldc_version = LDC_REV;
63 llvm_version = LLVM_REV_STR; 63 llvm_version = LLVM_REV_STR;
64 global.structalign = 8; 64 global.structalign = 8;
65 65
66 // This should only be used as a global, so the other fields are 66 // This should only be used as a global, so the other fields are