mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 14:43:23 +00:00
fixed bug in generated code
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
ed97a3a180
commit
840d0aef6d
3 changed files with 8 additions and 2 deletions
|
@ -21,6 +21,8 @@ Notes:
|
|||
#include"symbol.h"
|
||||
#include"dictionary.h"
|
||||
|
||||
params_ref params_ref::g_empty_params_ref;
|
||||
|
||||
std::string norm_param_name(char const * n) {
|
||||
if (n == 0)
|
||||
return "_";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue