mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-03 17:01:29 +02:00
Remove unportable env-sanitizing code. If it is really needed, it needs to be
rethought. Closes #131.
This commit is contained in:
@@ -133,7 +133,7 @@ struct Module : Package
|
||||
#ifdef _DH
|
||||
void genhdrfile(); // generate D import file
|
||||
#endif
|
||||
void genobjfile(int multiobj, char** envp);
|
||||
void genobjfile(int multiobj);
|
||||
// void gensymfile();
|
||||
void gendocfile();
|
||||
int needModuleInfo();
|
||||
|
||||
Reference in New Issue
Block a user