3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 04:56:03 +00:00

More renamings for QF_FP/qffp/is-qffp

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2014-12-31 15:36:11 +00:00
parent 208994e2dc
commit 21a847d299
2 changed files with 5 additions and 5 deletions

View file

@ -73,7 +73,7 @@ public:
}
};
probe * mk_is_qffpa_probe() {
probe * mk_is_qffp_probe() {
return alloc(is_qffp_probe);
}