mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05: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 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DEFINED_NAMES_H_
|
||||
#define _DEFINED_NAMES_H_
|
||||
#ifndef DEFINED_NAMES_H_
|
||||
#define DEFINED_NAMES_H_
|
||||
|
||||
#include"ast.h"
|
||||
|
||||
|
@ -85,5 +85,5 @@ public:
|
|||
func_decl * get_name_decl(unsigned i) const;
|
||||
};
|
||||
|
||||
#endif /* _DEFINED_NAMES_H_ */
|
||||
#endif /* DEFINED_NAMES_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _NAME_EXPRS_H_
|
||||
#define _NAME_EXPRS_H_
|
||||
#ifndef NAME_EXPRS_H_
|
||||
#define NAME_EXPRS_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"defined_names.h"
|
||||
|
|
|
@ -17,8 +17,8 @@ Notes:
|
|||
Major revision on 2011-10-06
|
||||
|
||||
--*/
|
||||
#ifndef _NNF_H_
|
||||
#define _NNF_H_
|
||||
#ifndef NNF_H_
|
||||
#define NNF_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"params.h"
|
||||
|
@ -52,4 +52,4 @@ public:
|
|||
void reset_cache();
|
||||
};
|
||||
|
||||
#endif /* _NNF_H_ */
|
||||
#endif /* NNF_H_ */
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _PULL_QUANT_H_
|
||||
#define _PULL_QUANT_H_
|
||||
#ifndef PULL_QUANT_H_
|
||||
#define PULL_QUANT_H_
|
||||
|
||||
#include"ast.h"
|
||||
|
||||
|
@ -56,4 +56,4 @@ public:
|
|||
void reset();
|
||||
};
|
||||
|
||||
#endif /* _PULL_QUANT_H_ */
|
||||
#endif /* PULL_QUANT_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue