mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Conditionally add error() prototype and remove inifile().
This is alyready done in `dmd2/mars.h`.
This commit is contained in:
@@ -515,7 +515,11 @@ __attribute__((noreturn))
|
||||
void fatal();
|
||||
|
||||
void err_nomem();
|
||||
#if IN_LLVM
|
||||
void error(const char *format, ...) IS_PRINTF(1);
|
||||
#else
|
||||
void inifile(char *argv0, const char *inifile);
|
||||
#endif
|
||||
void halt();
|
||||
|
||||
const char *importHint(const char *s);
|
||||
|
||||
Reference in New Issue
Block a user