mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix build
This commit is contained in:
parent
006418e027
commit
ca97bfb4b8
3 changed files with 10 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
Copyright (c) 2015 Microsoft Corporation
|
||||
--*/
|
||||
|
||||
#ifndef Z3_API_H_
|
||||
#pragma once
|
||||
|
||||
DEFINE_TYPE(Z3_symbol);
|
||||
DEFINE_TYPE(Z3_literals);
|
||||
|
@ -5557,12 +5557,12 @@ extern "C" {
|
|||
*/
|
||||
|
||||
Z3_string Z3_API Z3_eval_smtlib2_string(Z3_context, Z3_string str);
|
||||
|
||||
|
||||
/*@}*/
|
||||
|
||||
/** @name Error Handling */
|
||||
/*@{*/
|
||||
#pragma once
|
||||
#ifndef SAFE_ERRORS
|
||||
/**
|
||||
\brief Return the error code for the last API call.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue