3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-20 04:43:39 +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:
Nikolaj Bjorner 2015-07-08 23:18:40 -07:00
parent f145ceecb4
commit 4bc044c982
676 changed files with 1679 additions and 1619 deletions

View file

@ -15,8 +15,8 @@ Author:
Revision History:
--*/
#ifndef _API_AST_MAP_H_
#define _API_AST_MAP_H_
#ifndef API_AST_MAP_H_
#define API_AST_MAP_H_
#include"api_util.h"
#include"obj_hashtable.h"

View file

@ -15,8 +15,8 @@ Author:
Revision History:
--*/
#ifndef _API_AST_VECTOR_H_
#define _API_AST_VECTOR_H_
#ifndef API_AST_VECTOR_H_
#define API_AST_VECTOR_H_
#include"api_util.h"

View file

@ -17,8 +17,8 @@ Author:
Revision History:
--*/
#ifndef _API_CONTEXT_H_
#define _API_CONTEXT_H_
#ifndef API_CONTEXT_H_
#define API_CONTEXT_H_
#include"z3.h"
#include"ast.h"

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _API_DATALOG_H_
#define _API_DATALOG_H_
#ifndef API_DATALOG_H_
#define API_DATALOG_H_
#include"z3.h"
#include"ast.h"

View file

@ -15,8 +15,8 @@ Author:
Revision History:
--*/
#ifndef _API_GOAL_H_
#define _API_GOAL_H_
#ifndef API_GOAL_H_
#define API_GOAL_H_
#include"api_util.h"
#include"goal.h"

View file

@ -15,8 +15,8 @@ Author:
Revision History:
--*/
#ifndef _API_MODEL_H_
#define _API_MODEL_H_
#ifndef API_MODEL_H_
#define API_MODEL_H_
#include"api_util.h"
#include"model.h"

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _API_POLYNOMIAL_H_
#define _API_POLYNOMIAL_H_
#ifndef API_POLYNOMIAL_H_
#define API_POLYNOMIAL_H_
#include"polynomial.h"

View file

@ -15,8 +15,8 @@ Author:
Revision History:
--*/
#ifndef _API_SOLVER_H_
#define _API_SOLVER_H_
#ifndef API_SOLVER_H_
#define API_SOLVER_H_
#include"api_util.h"
#include"solver.h"

View file

@ -15,8 +15,8 @@ Author:
Revision History:
--*/
#ifndef _API_STATS_H_
#define _API_STATS_H_
#ifndef API_STATS_H_
#define API_STATS_H_
#include"api_util.h"
#include"statistics.h"

View file

@ -15,8 +15,8 @@ Author:
Revision History:
--*/
#ifndef _API_TACTIC_H_
#define _API_TACTIC_H_
#ifndef API_TACTIC_H_
#define API_TACTIC_H_
#include"api_goal.h"
#include"tactical.h"

View file

@ -15,8 +15,8 @@ Author:
Revision History:
--*/
#ifndef _API_UTIL_H_
#define _API_UTIL_H_
#ifndef API_UTIL_H_
#define API_UTIL_H_
#include"params.h"
#include"lbool.h"

View file

@ -18,8 +18,8 @@ Author:
Notes:
--*/
#ifndef __Z3PP_H_
#define __Z3PP_H_
#ifndef Z3PP_H_
#define Z3PP_H_
#include<cassert>
#include<iostream>

View file

@ -18,8 +18,8 @@ Notes:
--*/
#ifndef _Z3__H_
#define _Z3__H_
#ifndef Z3__H_
#define Z3__H_
#include<stdio.h>
#include"z3_macros.h"

View file

@ -18,8 +18,8 @@ Notes:
--*/
#ifndef _Z3_ALGEBRAIC_H_
#define _Z3_ALGEBRAIC_H_
#ifndef Z3_ALGEBRAIC_H_
#define Z3_ALGEBRAIC_H_
#ifdef __cplusplus
extern "C" {

View file

@ -4,8 +4,8 @@ Copyright (c) 2015 Microsoft Corporation
--*/
#ifndef _Z3_API_H_
#define _Z3_API_H_
#ifndef Z3_API_H_
#define Z3_API_H_
#ifdef CAMLIDL
#ifdef MLAPIV3

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _Z3_FPA_H_
#define _Z3_FPA_H_
#ifndef Z3_FPA_H_
#define Z3_FPA_H_
#ifdef __cplusplus
extern "C" {

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _Z3_INTERPOLATION_H_
#define _Z3_INTERPOLATION_H_
#ifndef Z3_INTERPOLATION_H_
#define Z3_INTERPOLATION_H_
#ifdef __cplusplus
extern "C" {

View file

@ -17,8 +17,8 @@ Notes:
--*/
#ifndef _Z3_POLYNOMIAL_H_
#define _Z3_POLYNOMIAL_H_
#ifndef Z3_POLYNOMIAL_H_
#define Z3_POLYNOMIAL_H_
#ifdef __cplusplus
extern "C" {

View file

@ -22,8 +22,8 @@ Notes:
#include"rational.h"
#include"z3_macros.h"
#ifndef _Z3_PRIVATE__H_
#define _Z3_PRIVATE__H_
#ifndef Z3_PRIVATE__H_
#define Z3_PRIVATE__H_
#ifndef CAMLIDL

View file

@ -19,8 +19,8 @@ Author:
Notes:
--*/
#ifndef _Z3_RCF_H_
#define _Z3_RCF_H_
#ifndef Z3_RCF_H_
#define Z3_RCF_H_
#ifdef __cplusplus
extern "C" {

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _Z3_REPLAYER_H_
#define _Z3_REPLAYER_H_
#ifndef Z3_REPLAYER_H_
#define Z3_REPLAYER_H_
#include<iostream>
#include"z3.h"

View file

@ -18,8 +18,8 @@ Author:
Notes:
--*/
#ifndef _Z3_V1_H_
#define _Z3_V1_H_
#ifndef Z3_V1_H_
#define Z3_V1_H_
#include"z3.h"