3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-20 10:10:21 +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

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _NRA_TACTIC_H_
#define _NRA_TACTIC_H_
#ifndef NRA_TACTIC_H_
#define NRA_TACTIC_H_
tactic * mk_nra_tactic(ast_manager & m, params_ref const & p = params_ref());

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _QFAUFBV_TACTIC_H_
#define _QFAUFBV_TACTIC_H_
#ifndef QFAUFBV_TACTIC_H_
#define QFAUFBV_TACTIC_H_
#include"params.h"
class ast_manager;

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _QFAUFLIA_TACTIC_H_
#define _QFAUFLIA_TACTIC_H_
#ifndef QFAUFLIA_TACTIC_H_
#define QFAUFLIA_TACTIC_H_
#include"params.h"
class ast_manager;

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _QFBV_TACTIC_
#define _QFBV_TACTIC_
#ifndef QFBV_TACTIC_H_
#define QFBV_TACTIC_H_
#include"params.h"
class ast_manager;

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _QFIDL_TACTIC_H_
#define _QFIDL_TACTIC_H_
#ifndef QFIDL_TACTIC_H_
#define QFIDL_TACTIC_H_
#include"params.h"
class ast_manager;

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _QFLIA_TACTIC_
#define _QFLIA_TACTIC_
#ifndef QFLIA_TACTIC_H_
#define QFLIA_TACTIC_H_
#include"params.h"
class ast_manager;

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _QFLRA_TACTIC_
#define _QFLRA_TACTIC_
#ifndef QFLRA_TACTIC_H_
#define QFLRA_TACTIC_H_
#include"params.h"
class ast_manager;

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _QFNIA_TACTIC_
#define _QFNIA_TACTIC_
#ifndef QFNIA_TACTIC_H_
#define QFNIA_TACTIC_H_
#include"params.h"
class ast_manager;

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _QFNRA_TACTIC_
#define _QFNRA_TACTIC_
#ifndef QFNRA_TACTIC_H_
#define QFNRA_TACTIC_H_
#include"params.h"
class ast_manager;

View file

@ -17,8 +17,8 @@ Author:
Notes:
--*/
#ifndef _QFUF_TACTIC_
#define _QFUF_TACTIC_
#ifndef QFUF_TACTIC_H_
#define QFUF_TACTIC_H_
#include"params.h"
class ast_manager;

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _QFUFBV_TACTIC_
#define _QFUFBV_TACTIC_
#ifndef QFUFBV_TACTIC_H_
#define QFUFBV_TACTIC_H_
#include"params.h"
class ast_manager;

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _QFUFNRA_TACTIC_
#define _QFUFNRA_TACTIC_
#ifndef QFUFNRA_TACTIC_H_
#define QFUFNRA_TACTIC_H_
#include"params.h"
class ast_manager;

View file

@ -16,8 +16,8 @@ Author:
Revision History:
--*/
#ifndef _QUANT_TACTICS_H_
#define _QUANT_TACTICS_H_
#ifndef QUANT_TACTICS_H_
#define QUANT_TACTICS_H_
#include"params.h"
class ast_manager;