comparison dmd2/module.h @ 849:ba390e5e9150

Remove unportable env-sanitizing code. If it is really needed, it needs to be rethought. Closes #131.
author Christian Kamm <kamm incasoftware de>
date Sun, 14 Dec 2008 16:30:06 +0100
parents f04dde6e882c
children 5f5e6eb790e7
comparison
equal deleted inserted replaced
846:bc982f1ad106 849:ba390e5e9150
131 void semantic3(Scope* unused_sc = NULL); // pass 3 semantic analysis 131 void semantic3(Scope* unused_sc = NULL); // pass 3 semantic analysis
132 void inlineScan(); // scan for functions to inline 132 void inlineScan(); // scan for functions to inline
133 #ifdef _DH 133 #ifdef _DH
134 void genhdrfile(); // generate D import file 134 void genhdrfile(); // generate D import file
135 #endif 135 #endif
136 void genobjfile(int multiobj, char** envp); 136 void genobjfile(int multiobj);
137 // void gensymfile(); 137 // void gensymfile();
138 void gendocfile(); 138 void gendocfile();
139 int needModuleInfo(); 139 int needModuleInfo();
140 Dsymbol *search(Loc loc, Identifier *ident, int flags); 140 Dsymbol *search(Loc loc, Identifier *ident, int flags);
141 void deleteObjFile(); 141 void deleteObjFile();