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:
parent
f145ceecb4
commit
4bc044c982
676 changed files with 1679 additions and 1619 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue