mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 15:25:46 +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
|
@ -15,8 +15,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _BASIC_CMDS_H_
|
||||
#define _BASIC_CMDS_H_
|
||||
#ifndef BASIC_CMDS_H_
|
||||
#define BASIC_CMDS_H_
|
||||
|
||||
class cmd_context;
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _CHECK_LOGIC_H_
|
||||
#define _CHECK_LOGIC_H_
|
||||
#ifndef CHECK_LOGIC_H_
|
||||
#define CHECK_LOGIC_H_
|
||||
|
||||
#include"ast.h"
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _CMD_CONTEXT_H_
|
||||
#define _CMD_CONTEXT_H_
|
||||
#ifndef CMD_CONTEXT_H_
|
||||
#define CMD_CONTEXT_H_
|
||||
|
||||
#include<sstream>
|
||||
#include"ast.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _CMD_CONTEXT_TO_GOAL_H_
|
||||
#define _CMD_CONTEXT_TO_GOAL_H_
|
||||
#ifndef CMD_CONTEXT_TO_GOAL_H_
|
||||
#define CMD_CONTEXT_TO_GOAL_H_
|
||||
|
||||
void assert_exprs_from(cmd_context const & ctx, goal & t);
|
||||
|
||||
|
|
|
@ -15,8 +15,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _CMD_UTIL_H_
|
||||
#define _CMD_UTIL_H_
|
||||
#ifndef CMD_UTIL_H_
|
||||
#define CMD_UTIL_H_
|
||||
|
||||
#define ATOMIC_CMD(CLS_NAME, NAME, DESCR, ACTION) \
|
||||
class CLS_NAME : public cmd { \
|
||||
|
|
|
@ -17,8 +17,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _CONTEXT_PARAMS_H_
|
||||
#define _CONTEXT_PARAMS_H_
|
||||
#ifndef CONTEXT_PARAMS_H_
|
||||
#define CONTEXT_PARAMS_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _ECHO_TACTICS_H_
|
||||
#define _ECHO_TACTICS_H_
|
||||
#ifndef ECHO_TACTICS_H_
|
||||
#define ECHO_TACTICS_H_
|
||||
|
||||
class cmd_context;
|
||||
class tactic;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _EVAL_CMD_H_
|
||||
#define _EVAL_CMD_H_
|
||||
#ifndef EVAL_CMD_H_
|
||||
#define EVAL_CMD_H_
|
||||
|
||||
class cmd_context;
|
||||
|
||||
|
|
|
@ -15,8 +15,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _DBG_CMDS_H_
|
||||
#define _DBG_CMDS_H_
|
||||
#ifndef DBG_CMDS_H_
|
||||
#define DBG_CMDS_H_
|
||||
|
||||
class cmd_context;
|
||||
|
||||
|
|
|
@ -15,8 +15,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _POLYNOMIAL_CMDS_H_
|
||||
#define _POLYNOMIAL_CMDS_H_
|
||||
#ifndef POLYNOMIAL_CMDS_H_
|
||||
#define POLYNOMIAL_CMDS_H_
|
||||
|
||||
class cmd_context;
|
||||
void install_polynomial_cmds(cmd_context & ctx);
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _INTERPOLANT_CMDS_H_
|
||||
#define _INTERPOLANT_CMDS_H_
|
||||
#ifndef INTERPOLANT_CMDS_H_
|
||||
#define INTERPOLANT_CMDS_H_
|
||||
|
||||
class cmd_context;
|
||||
void install_interpolant_cmds(cmd_context & ctx);
|
||||
|
|
|
@ -15,8 +15,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _PARAMETRIC_CMD_H_
|
||||
#define _PARAMETRIC_CMD_H_
|
||||
#ifndef PARAMETRIC_CMD_H_
|
||||
#define PARAMETRIC_CMD_H_
|
||||
|
||||
#include"params.h"
|
||||
#include"symbol.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _PDECL_H_
|
||||
#define _PDECL_H_
|
||||
#ifndef PDECL_H_
|
||||
#define PDECL_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"obj_hashtable.h"
|
||||
|
|
|
@ -15,8 +15,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _SIMPLIFY_CMD_H_
|
||||
#define _SIMPLIFY_CMD_H_
|
||||
#ifndef SIMPLIFY_CMD_H_
|
||||
#define SIMPLIFY_CMD_H_
|
||||
|
||||
class cmd_context;
|
||||
|
||||
|
|
|
@ -15,8 +15,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _TACTIC_CMDS_H_
|
||||
#define _TACTIC_CMDS_H_
|
||||
#ifndef TACTIC_CMDS_H_
|
||||
#define TACTIC_CMDS_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"cmd_context_types.h"
|
||||
|
|
|
@ -15,8 +15,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _TACTIC_MANAGER_H_
|
||||
#define _TACTIC_MANAGER_H_
|
||||
#ifndef TACTIC_MANAGER_H_
|
||||
#define TACTIC_MANAGER_H_
|
||||
|
||||
#include"tactic_cmds.h"
|
||||
#include"dictionary.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue