mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
3 lines
194 B
Sed
3 lines
194 B
Sed
# Customize error handling for contexts created in ML:
|
|
s/Z3_API Z3_mk_context\(_rc\|\)(\(.*\))/Z3_API Z3_mk_context\1(\2) quote(dealloc,\"Z3_set_error_handler(_res, caml_z3_error_handler);\")/g
|