3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

fix build

This commit is contained in:
Nuno Lopes 2020-07-05 11:44:12 +01:00
parent 006418e027
commit ca97bfb4b8
3 changed files with 10 additions and 10 deletions

View file

@ -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.