summaryrefslogtreecommitdiffstats
path: root/src/base/main/mainInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/main/mainInt.h')
-rw-r--r--src/base/main/mainInt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/main/mainInt.h b/src/base/main/mainInt.h
index a16d7f2e..aef02ba9 100644
--- a/src/base/main/mainInt.h
+++ b/src/base/main/mainInt.h
@@ -69,8 +69,8 @@ struct Abc_Frame_t_
Abc_Ntk_t * pNtkBestArea; // the current network
int nSteps; // the counter of different network processed
int fAutoexac; // marks the autoexec mode
- int fBatchMode; // are we invoked in batch mode?
- int fBridgeMode; // are we invoked in bridge mode?
+ int fBatchMode; // batch mode flag
+ int fBridgeMode; // bridge mode flag
// output streams
FILE * Out;
FILE * Err;