mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
added Z3_enable_trace/Z3_disable_trace to the Z3 API (these APIs are NOOPs if tracing is not enabled during compilation)
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
1a16cf5a01
commit
5220092f0c
4 changed files with 33 additions and 5 deletions
|
@ -650,6 +650,7 @@ def def_APIs():
|
|||
for api_file in API_FILES:
|
||||
api = open(api_file, 'r')
|
||||
for line in api:
|
||||
line = line.strip('\r\n\t ')
|
||||
try:
|
||||
m = pat1.match(line)
|
||||
if m:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue