3
0
Fork 0
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:
Leonardo de Moura 2012-12-09 18:59:32 -08:00
parent ed97a3a180
commit 840d0aef6d
3 changed files with 8 additions and 2 deletions

View file

@ -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 "_";