3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-30 04:15:51 +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

@ -17,8 +17,8 @@ Revision History:
--*/
#ifndef _PDR_CLOSURE_H_
#define _PDR_CLOSURE_H_
#ifndef PDR_CLOSURE_H_
#define PDR_CLOSURE_H_
#include "arith_decl_plugin.h"

View file

@ -17,8 +17,8 @@ Revision History:
--*/
#ifndef _PDR_CONTEXT_H_
#define _PDR_CONTEXT_H_
#ifndef PDR_CONTEXT_H_
#define PDR_CONTEXT_H_
#ifdef _CYGWIN
#undef min

View file

@ -17,8 +17,8 @@ Revision History:
--*/
#ifndef _PDR_DL_INTERFACE_H_
#define _PDR_DL_INTERFACE_H_
#ifndef PDR_DL_INTERFACE_H_
#define PDR_DL_INTERFACE_H_
#include "lbool.h"
#include "dl_rule.h"

View file

@ -17,8 +17,8 @@ Revision History:
--*/
#ifndef _PDR_FARKAS_LEARNER_H_
#define _PDR_FARKAS_LEARNER_H_
#ifndef PDR_FARKAS_LEARNER_H_
#define PDR_FARKAS_LEARNER_H_
#include "arith_decl_plugin.h"
#include "ast_translation.h"

View file

@ -17,8 +17,8 @@ Revision History:
--*/
#ifndef _PDR_GENERALIZERS_H_
#define _PDR_GENERALIZERS_H_
#ifndef PDR_GENERALIZERS_H_
#define PDR_GENERALIZERS_H_
#include "pdr_context.h"
#include "pdr_closure.h"

View file

@ -18,8 +18,8 @@ Revision History:
--*/
#ifndef _PDR_MANAGER_H_
#define _PDR_MANAGER_H_
#ifndef PDR_MANAGER_H_
#define PDR_MANAGER_H_
#include <utility>
#include <map>

View file

@ -17,8 +17,8 @@ Revision History:
--*/
#ifndef _PROP_SOLVER_H_
#define _PROP_SOLVER_H_
#ifndef PROP_SOLVER_H_
#define PROP_SOLVER_H_
#include <map>
#include <string>

View file

@ -18,8 +18,8 @@ Revision History:
--*/
#ifndef _REACHABLE_CACHE_H_
#define _REACHABLE_CACHE_H_
#ifndef REACHABLE_CACHE_H_
#define REACHABLE_CACHE_H_
#include "ast.h"
#include "ref_vector.h"
#include "pdr_manager.h"

View file

@ -17,8 +17,8 @@ Revision History:
--*/
#ifndef _PDR_SMT_CONTEXT_MANAGER_H_
#define _PDR_SMT_CONTEXT_MANAGER_H_
#ifndef PDR_SMT_CONTEXT_MANAGER_H_
#define PDR_SMT_CONTEXT_MANAGER_H_
#include "smt_kernel.h"
#include "func_decl_dependencies.h"

View file

@ -17,8 +17,8 @@ Revision History:
--*/
#ifndef _SYM_MUX_H_
#define _SYM_MUX_H_
#ifndef SYM_MUX_H_
#define SYM_MUX_H_
#include "ast.h"
#include "map.h"

View file

@ -17,8 +17,8 @@ Revision History:
--*/
#ifndef _PDR_UTIL_H_
#define _PDR_UTIL_H_
#ifndef PDR_UTIL_H_
#define PDR_UTIL_H_
#include "ast.h"
#include "ast_pp.h"