mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
remove double underscores
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4bc044c982
commit
a9a5a69b73
5 changed files with 23 additions and 11 deletions
|
@ -18,8 +18,8 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef Z3__H_
|
||||
#define Z3__H_
|
||||
#ifndef Z3_H_
|
||||
#define Z3_H_
|
||||
|
||||
#include<stdio.h>
|
||||
#include"z3_macros.h"
|
||||
|
|
|
@ -22,8 +22,8 @@ Notes:
|
|||
#include"rational.h"
|
||||
#include"z3_macros.h"
|
||||
|
||||
#ifndef Z3_PRIVATE__H_
|
||||
#define Z3_PRIVATE__H_
|
||||
#ifndef Z3_PRIVATE_H_
|
||||
#define Z3_PRIVATE_H_
|
||||
|
||||
|
||||
#ifndef CAMLIDL
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef SCOPED_PROOF__H_
|
||||
#define SCOPED_PROOF__H_
|
||||
#ifndef SCOPED_PROOF_H_
|
||||
#define SCOPED_PROOF_H_
|
||||
|
||||
#include "ast.h"
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DDNF__H_
|
||||
#define DDNF__H_
|
||||
#ifndef DDNF_H_
|
||||
#define DDNF_H_
|
||||
|
||||
#include "ast.h"
|
||||
#include "lbool.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue