Print this page
make: unifdef for NSE (undefined)
*** 114,129 ****
wchar_t * wcb = get_wstring(makefile_name->string_mb);
- #ifdef NSE
- if (report_file){
- wscpy(previous_current_makefile, current_makefile);
- wscpy(current_makefile, wcb);
- }
- #endif
if (max_include_depth++ >= 40) {
fatal(catgets(catd, 1, 66, "Too many nested include statements"));
}
if (makefile->body.makefile.contents != NULL) {
retmem(makefile->body.makefile.contents);
--- 114,123 ----
*** 405,419 ****
parse_makefile(makefile_name, source);
if (trace_reader) {
(void) printf(catgets(catd, 1, 74, ">>>>>>>>>>>>>>>> End of makefile %s\n"),
makefile_name->string_mb);
}
- #ifdef NSE
- if (report_file && (previous_current_makefile[0] != NULL)) {
- wscpy(current_makefile, previous_current_makefile);
- }
- #endif
if(file_being_read) {
retmem(file_being_read);
}
file_being_read = previous_file_being_read;
line_number = previous_line_number;
--- 399,408 ----