comparison dmd/mars.c @ 9:dafae18f9c08 trunk

[svn r13] * Updated for LLVM 2.1 * Class v-tables are now typesafe * Code cleanups
author lindquist
date Mon, 01 Oct 2007 21:19:53 +0200
parents c53b6e3fe49a
children d3ee9efe20e2
comparison
equal deleted inserted replaced
8:5e69b77a5c51 9:dafae18f9c08
156 void usage() 156 void usage()
157 { 157 {
158 printf("LLVM D Compiler %s (based on DMD %s)\n%s\n%s\n", 158 printf("LLVM D Compiler %s (based on DMD %s)\n%s\n%s\n",
159 global.llvmdc_version, global.version, global.copyright, global.written); 159 global.llvmdc_version, global.version, global.copyright, global.written);
160 printf("\ 160 printf("\
161 Documentation: http://www.digitalmars.com/d/1.0/index.html\n\ 161 D Language Documentation: http://www.digitalmars.com/d/1.0/index.html\n\
162 LLVMDC Homepage: http://www.dsource.org/projects/llvmdc\n\
162 Usage:\n\ 163 Usage:\n\
163 dmd files.d ... { -switch }\n\ 164 dmd files.d ... { -switch }\n\
164 \n\ 165 \n\
165 files.d D source files\n%s\ 166 files.d D source files\n%s\
166 -c do not link\n\ 167 -c do not link\n\