mirror of
https://github.com/Z3Prover/z3
synced 2026-06-30 04:18:53 +00:00
code simplifications
This commit is contained in:
parent
70a03c7784
commit
095b2bdf59
5 changed files with 16 additions and 32 deletions
|
|
@ -20,13 +20,13 @@ Notes:
|
|||
|
||||
class common_msgs {
|
||||
public:
|
||||
static char const * g_canceled_msg;
|
||||
static char const * g_max_memory_msg;
|
||||
static char const * g_max_scopes_msg;
|
||||
static char const * g_max_steps_msg;
|
||||
static char const * g_max_frames_msg;
|
||||
static char const * g_no_proofs_msg;
|
||||
static char const * g_max_resource_msg;
|
||||
static char const g_canceled_msg[];
|
||||
static char const g_max_memory_msg[];
|
||||
static char const g_max_scopes_msg[];
|
||||
static char const g_max_steps_msg[];
|
||||
static char const g_max_frames_msg[];
|
||||
static char const g_no_proofs_msg[];
|
||||
static char const g_max_resource_msg[];
|
||||
};
|
||||
|
||||
#define Z3_CANCELED_MSG common_msgs::g_canceled_msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue