3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-13 22:41:15 +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

@ -11,8 +11,8 @@ Abstract:
--*/
#ifndef _AIG_EXPORTER_H_
#define _AIG_EXPORTER_H_
#ifndef AIG_EXPORTER_H_
#define AIG_EXPORTER_H_
#include "aig.h"
#include "dl_rule_set.h"

View file

@ -19,8 +19,8 @@ Revision History:
--*/
#ifndef _CHECK_RELATION_H_
#define _CHECK_RELATION_H_
#ifndef CHECK_RELATION_H_
#define CHECK_RELATION_H_
#include "doc.h"
#include "dl_base.h"
@ -168,5 +168,5 @@ namespace datalog {
};
};
#endif /* _CHECK_RELATION_H_ */
#endif /* CHECK_RELATION_H_ */

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _DL_BASE_H_
#define _DL_BASE_H_
#ifndef DL_BASE_H_
#define DL_BASE_H_
#define DL_LEAK_HUNTING 0
@ -1309,5 +1309,5 @@ namespace datalog {
};
#endif /* _DL_BASE_H_ */
#endif /* DL_BASE_H_ */

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _DL_BOUND_RELATION_H_
#define _DL_BOUND_RELATION_H_
#ifndef DL_BOUND_RELATION_H_
#define DL_BOUND_RELATION_H_
#include "dl_context.h"
#include "dl_relation_manager.h"

View file

@ -18,8 +18,8 @@ Revision History:
--*/
#ifndef _DL_CHECK_TABLE_H_
#define _DL_CHECK_TABLE_H_
#ifndef DL_CHECK_TABLE_H_
#define DL_CHECK_TABLE_H_
#include "dl_base.h"
#include "dl_decl_plugin.h"
@ -132,4 +132,4 @@ namespace datalog {
};
#endif /* _DL_CHECK_TABLE_H_ */
#endif /* DL_CHECK_TABLE_H_ */

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _DL_COMPILER_H_
#define _DL_COMPILER_H_
#ifndef DL_COMPILER_H_
#define DL_COMPILER_H_
#include<iostream>
#include<list>
@ -299,5 +299,5 @@ namespace datalog {
};
#endif /* _DL_COMPILER_H_ */
#endif /* DL_COMPILER_H_ */

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _DL_EXTERNAL_RELATION_H_
#define _DL_EXTERNAL_RELATION_H_
#ifndef DL_EXTERNAL_RELATION_H_
#define DL_EXTERNAL_RELATION_H_
#include "dl_base.h"

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _DL_FINITE_PRODUCT_RELATION_H_
#define _DL_FINITE_PRODUCT_RELATION_H_
#ifndef DL_FINITE_PRODUCT_RELATION_H_
#define DL_FINITE_PRODUCT_RELATION_H_
#include "dl_base.h"
@ -362,5 +362,5 @@ namespace datalog {
};
#endif /* _DL_FINITE_PRODUCT_RELATION_H_ */
#endif /* DL_FINITE_PRODUCT_RELATION_H_ */

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _DL_INSTRUCTION_H_
#define _DL_INSTRUCTION_H_
#ifndef DL_INSTRUCTION_H_
#define DL_INSTRUCTION_H_
#include<iostream>
#include<string>
@ -368,5 +368,5 @@ namespace datalog {
};
#endif /* _DL_INSTRUCTION_H_ */
#endif /* DL_INSTRUCTION_H_ */

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _DL_INTERVAL_RELATION_H_
#define _DL_INTERVAL_RELATION_H_
#ifndef DL_INTERVAL_RELATION_H_
#define DL_INTERVAL_RELATION_H_
#include "dl_context.h"

View file

@ -18,8 +18,8 @@ Revision History:
--*/
#ifndef _DL_LAZY_TABLE_H_
#define _DL_LAZY_TABLE_H_
#ifndef DL_LAZY_TABLE_H_
#define DL_LAZY_TABLE_H_
#include "dl_base.h"
#include "ref.h"

View file

@ -17,8 +17,8 @@ Revision History:
--*/
#ifndef _DL_MK_EXPLANATIONS_H_
#define _DL_MK_EXPLANATIONS_H_
#ifndef DL_MK_EXPLANATIONS_H_
#define DL_MK_EXPLANATIONS_H_
#include "dl_context.h"
#include "dl_rule_transformer.h"
@ -82,5 +82,5 @@ namespace datalog {
};
};
#endif /* _DL_MK_EXPLANATIONS_H_ */
#endif /* DL_MK_EXPLANATIONS_H_ */

View file

@ -18,8 +18,8 @@ Revision History:
--*/
#ifndef _DL_MK_PARTIAL_EQUIVALENCE_TRANSFORMER_H_
#define _DL_MK_PARTIAL_EQUIVALENCE_TRANSFORMER_H_
#ifndef DL_MK_PARTIAL_EQUIVALENCE_TRANSFORMER_H_
#define DL_MK_PARTIAL_EQUIVALENCE_TRANSFORMER_H_
#include "dl_context.h"
#include "dl_rule_transformer.h"
@ -45,6 +45,6 @@ namespace datalog {
};
#endif /* _DL_MK_PARTIAL_EQUIV_TRANSFORMER_H_ */
#endif /* DL_MK_PARTIAL_EQUIV_TRANSFORMER_H_ */

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _DL_MK_SIMILARITY_COMPRESSOR_H_
#define _DL_MK_SIMILARITY_COMPRESSOR_H_
#ifndef DL_MK_SIMILARITY_COMPRESSOR_H_
#define DL_MK_SIMILARITY_COMPRESSOR_H_
#include<utility>
@ -74,5 +74,5 @@ namespace datalog {
};
#endif /* _DL_MK_SIMILARITY_COMPRESSOR_H_ */
#endif /* DL_MK_SIMILARITY_COMPRESSOR_H_ */

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _DL_MK_SIMPLE_JOINS_H_
#define _DL_MK_SIMPLE_JOINS_H_
#ifndef DL_MK_SIMPLE_JOINS_H_
#define DL_MK_SIMPLE_JOINS_H_
#include"map.h"
#include"obj_pair_hashtable.h"
@ -59,5 +59,5 @@ namespace datalog {
};
#endif /* _DL_MK_SIMPLE_JOINS_H_ */
#endif /* DL_MK_SIMPLE_JOINS_H_ */

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _DL_PRODUCT_RELATION_H_
#define _DL_PRODUCT_RELATION_H_
#ifndef DL_PRODUCT_RELATION_H_
#define DL_PRODUCT_RELATION_H_
#include "dl_context.h"

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _DL_RELATION_MANAGER_H_
#define _DL_RELATION_MANAGER_H_
#ifndef DL_RELATION_MANAGER_H_
#define DL_RELATION_MANAGER_H_
#include"map.h"
@ -706,5 +706,5 @@ namespace datalog {
};
#endif /* _DL_RELATION_MANAGER_H_ */
#endif /* DL_RELATION_MANAGER_H_ */

View file

@ -17,8 +17,8 @@ Revision History:
--*/
#ifndef _DL_SIEVE_RELATION_H_
#define _DL_SIEVE_RELATION_H_
#ifndef DL_SIEVE_RELATION_H_
#define DL_SIEVE_RELATION_H_
#include "dl_context.h"
#include "dl_relation_manager.h"
@ -194,5 +194,5 @@ namespace datalog {
};
#endif /* _DL_SIEVE_RELATION_H_ */
#endif /* DL_SIEVE_RELATION_H_ */

View file

@ -17,8 +17,8 @@ Revision History:
--*/
#ifndef _DL_SPARSE_TABLE_H_
#define _DL_SPARSE_TABLE_H_
#ifndef DL_SPARSE_TABLE_H_
#define DL_SPARSE_TABLE_H_
#include<iostream>
#include<list>
@ -495,4 +495,4 @@ namespace datalog {
};
#endif /* _DL_SPARSE_TABLE_H_ */
#endif /* DL_SPARSE_TABLE_H_ */

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _DL_TABLE_H_
#define _DL_TABLE_H_
#ifndef DL_TABLE_H_
#define DL_TABLE_H_
#include<iostream>
#include<list>
@ -261,5 +261,5 @@ namespace datalog {
};
#endif /* _DL_TABLE_H_ */
#endif /* DL_TABLE_H_ */

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _DL_TABLE_PLUGIN_H_
#define _DL_TABLE_PLUGIN_H_
#ifndef DL_TABLE_PLUGIN_H_
#define DL_TABLE_PLUGIN_H_
#include"ast.h"
#include"map.h"
@ -189,5 +189,5 @@ namespace datalog {
};
#endif /* _DL_TABLE_PLUGIN_H_ */
#endif /* DL_TABLE_PLUGIN_H_ */

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _DL_TABLE_RELATION_H_
#define _DL_TABLE_RELATION_H_
#ifndef DL_TABLE_RELATION_H_
#define DL_TABLE_RELATION_H_
#include "dl_base.h"
@ -129,5 +129,5 @@ namespace datalog {
};
#endif /* _DL_TABLE_RELATION_H_ */
#endif /* DL_TABLE_RELATION_H_ */

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _DL_VECTOR_RELATION_H_
#define _DL_VECTOR_RELATION_H_
#ifndef DL_VECTOR_RELATION_H_
#define DL_VECTOR_RELATION_H_
#include "ast_pp.h"
#include "dl_context.h"

View file

@ -20,8 +20,8 @@ Revision History:
--*/
#ifndef _DOC_H_
#define _DOC_H_
#ifndef DOC_H_
#define DOC_H_
#include "tbv.h"
#include "union_find.h"
@ -389,5 +389,5 @@ public:
operator bool() const { return d != 0; }
};
#endif /* _DOC_H_ */
#endif /* DOC_H_ */

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _KARR_RELATION_H_
#define _KARR_RELATION_H_
#ifndef KARR_RELATION_H_
#define KARR_RELATION_H_
#include"dl_mk_karr_invariants.h"
#include"dl_relation_manager.h"
@ -84,5 +84,5 @@ namespace datalog {
};
#endif /* _DL_MK_KARR_INVARIANTS_H_ */
#endif /* DL_MK_KARR_INVARIANTS_H_ */

View file

@ -18,8 +18,8 @@ Revision History:
Extracted from dl_context
--*/
#ifndef _REL_CONTEXT_H_
#define _REL_CONTEXT_H_
#ifndef REL_CONTEXT_H_
#define REL_CONTEXT_H_
#include "ast.h"
#include "dl_relation_manager.h"
#include "dl_instruction.h"
@ -130,4 +130,4 @@ namespace datalog {
};
};
#endif /* _REL_CONTEXT_H_ */
#endif /* REL_CONTEXT_H_ */

View file

@ -18,8 +18,8 @@ Revision History:
--*/
#ifndef _TBV_H_
#define _TBV_H_
#ifndef TBV_H_
#define TBV_H_
#include "fixed_bit_vector.h"
#include "rational.h"
@ -147,4 +147,4 @@ public:
};
#endif /* _TBV_H_ */
#endif /* TBV_H_ */

View file

@ -19,8 +19,8 @@ Revision History:
--*/
#ifndef _UDOC_RELATION_H_
#define _UDOC_RELATION_H_
#ifndef UDOC_RELATION_H_
#define UDOC_RELATION_H_
#include "doc.h"
#include "dl_base.h"
@ -149,5 +149,5 @@ namespace datalog {
};
};
#endif /* _UDOC_RELATION_H_ */
#endif /* UDOC_RELATION_H_ */