mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
update header guards to be C++ style. Fixes issue #9
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f145ceecb4
commit
4bc044c982
676 changed files with 1679 additions and 1619 deletions
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _CHECK_SAT_RESULT_H_
|
||||
#define _CHECK_SAT_RESULT_H_
|
||||
#ifndef CHECK_SAT_RESULT_H_
|
||||
#define CHECK_SAT_RESULT_H_
|
||||
|
||||
#include"model.h"
|
||||
#include"lbool.h"
|
||||
|
|
|
@ -18,8 +18,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _COMBINED_SOLVER_H_
|
||||
#define _COMBINED_SOLVER_H_
|
||||
#ifndef COMBINED_SOLVER_H_
|
||||
#define COMBINED_SOLVER_H_
|
||||
|
||||
#include"params.h"
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _PROGRESS_CALLBACK_H_
|
||||
#define _PROGRESS_CALLBACK_H_
|
||||
#ifndef PROGRESS_CALLBACK_H_
|
||||
#define PROGRESS_CALLBACK_H_
|
||||
|
||||
class progress_callback {
|
||||
public:
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _SOLVER_H_
|
||||
#define _SOLVER_H_
|
||||
#ifndef SOLVER_H_
|
||||
#define SOLVER_H_
|
||||
|
||||
#include"check_sat_result.h"
|
||||
#include"progress_callback.h"
|
||||
|
|
|
@ -19,8 +19,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _SOLVER_NA2AS_H_
|
||||
#define _SOLVER_NA2AS_H_
|
||||
#ifndef SOLVER_NA2AS_H_
|
||||
#define SOLVER_NA2AS_H_
|
||||
|
||||
#include"solver.h"
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _TACTIC2SOLVER_H_
|
||||
#define _TACTIC2SOLVER_H_
|
||||
#ifndef TACTIC2SOLVER_H_
|
||||
#define TACTIC2SOLVER_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue