comparison dmd/mars.h @ 277:90a8c798b0db trunk

[svn r298] Eliminated the dmd/link.c source file entirely in favor of a llvm::sys based approach to the same functionality.
author lindquist
date Fri, 20 Jun 2008 22:09:04 +0200
parents 21f85bac0b1a
children 2b72433d5c8c
comparison
equal deleted inserted replaced
276:21f85bac0b1a 277:90a8c798b0db
302 302
303 void error(Loc loc, const char *format, ...); 303 void error(Loc loc, const char *format, ...);
304 void verror(Loc loc, const char *format, va_list); 304 void verror(Loc loc, const char *format, va_list);
305 void fatal(); 305 void fatal();
306 void err_nomem(); 306 void err_nomem();
307 //int runLINK(); // no longer used
308 void deleteExeFile();
309 int runProgram();
310 void inifile(char *argv0, char *inifile); 307 void inifile(char *argv0, char *inifile);
311 void halt(); 308 void halt();
312
313 // LLVMDC
314 int linkExecutable();
315 309
316 /*** Where to send error messages ***/ 310 /*** Where to send error messages ***/
317 #if IN_GCC 311 #if IN_GCC
318 #define stdmsg stderr 312 #define stdmsg stderr
319 #else 313 #else