mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 10:48:27 +02:00
Change --preproc-comments to be new name of --pp-comments option.
This commit is contained in:
+1
-1
@@ -444,7 +444,7 @@ bool V3PreProcImp::commentTokenMatch(string& cmdr, const char* strg) {
|
||||
void V3PreProcImp::comment(const string& text) {
|
||||
// Comment detected. Only keep relevant data.
|
||||
bool printed = false;
|
||||
if (v3Global.opt.preprocOnly() && v3Global.opt.ppComments()) {
|
||||
if (v3Global.opt.preprocOnly() && v3Global.opt.preprocComments()) {
|
||||
insertUnreadback(text);
|
||||
printed = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user