3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-30 04:18:53 +00:00

code simplifications

This commit is contained in:
Nuno Lopes 2026-01-30 15:26:21 +00:00
parent 70a03c7784
commit 095b2bdf59
5 changed files with 16 additions and 32 deletions

View file

@ -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