Rename boolean flag "exit" to "exit_flag"
Otherwise it's confusing when grepping code, and it confuses syntax highlighter in various programs as well.
This commit is contained in:
parent
c183992dc2
commit
19267d00e2
3 changed files with 15 additions and 15 deletions
|
@ -120,7 +120,7 @@ public:
|
|||
Bit16u input_handle;
|
||||
BatchFile * bf;
|
||||
bool echo;
|
||||
bool exit;
|
||||
bool exit_flag;
|
||||
bool call;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue