mirror of https://gitlab.com/basile.b/dexed.git
dastworx, flush was a workaround the crashes due to null moduleDeclarations
This commit is contained in:
parent
ccb85aa086
commit
58f47db23c
|
@ -64,7 +64,6 @@ void listFilesImports(string[] files)
|
||||||
else
|
else
|
||||||
writeln('"', fname, '"');
|
writeln('"', fname, '"');
|
||||||
il.visit(mod);
|
il.visit(mod);
|
||||||
stdout.flush;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,6 @@ void main(string[] args)
|
||||||
"s", &handleSymListOption,
|
"s", &handleSymListOption,
|
||||||
"t", &handleTodosOption,
|
"t", &handleTodosOption,
|
||||||
);
|
);
|
||||||
stdout.flush;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Handles the "-s" option: create the symbol list in the output
|
/// Handles the "-s" option: create the symbol list in the output
|
||||||
|
|
Loading…
Reference in New Issue