Skip to content

Commit 6429042

Browse files
author
Daniel Kroening
committed
some consolidation of #ifdefs
1 parent 16db8c0 commit 6429042

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

src/goto-programs/format_strings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Author: CM Wintersteiger
66
77
\*******************************************************************/
88

9-
#ifndef CPROVER_GOTO_PROGRAMS_FORMAT_STRINGS_H_
10-
#define CPROVER_GOTO_PROGRAMS_FORMAT_STRINGS_H_
9+
#ifndef CPROVER_GOTO_PROGRAMS_FORMAT_STRINGS_H
10+
#define CPROVER_GOTO_PROGRAMS_FORMAT_STRINGS_H
1111

1212
#include <string>
1313
#include <list>

src/goto-programs/goto_program_irep.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Date: May 2007
88
99
\*******************************************************************/
1010

11-
#ifndef GOTO_PROGRAM_IREP_H_
12-
#define GOTO_PROGRAM_IREP_H_
11+
#ifndef GOTO_PROGRAM_IREP_H
12+
#define GOTO_PROGRAM_IREP_H
1313

1414
#include <goto-programs/goto_program.h>
1515

@@ -19,4 +19,4 @@ void convert(const irept &irep, goto_programt::instructiont &instruction);
1919
void convert(const goto_programt &program, irept &irep);
2020
void convert(const irept &irep, goto_programt &program);
2121

22-
#endif /*GOTO_PROGRAM_IREP_H_*/
22+
#endif /* GOTO_PROGRAM_IREP_H */

src/goto-programs/loop_ids.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Author: Daniel Kroening, [email protected]
66
77
\*******************************************************************/
88

9-
#ifndef CPROVER_CBMC_LOOP_IDS_H
10-
#define CPROVER_CBMC_LOOP_IDS_H
9+
#ifndef CPROVER_LOOP_IDS_H
10+
#define CPROVER_LOOP_IDS_H
1111

1212
#include <util/ui_message.h>
1313

src/goto-programs/remove_complex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Date: September 2014
88
99
\*******************************************************************/
1010

11-
#ifndef CPROVER_COMPLEX_H
12-
#define CPROVER_COMPLEX_H
11+
#ifndef CPROVER_REMOVE_COMPLEX_H
12+
#define CPROVER_REMOVE_COMPLEX_H
1313

1414
#include <goto-programs/goto_model.h>
1515

src/goto-programs/remove_function_pointers.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Date: June 2003
88
99
\*******************************************************************/
1010

11-
#ifndef CPROVER_GOTO_FUNCTION_POINTERS_H
12-
#define CPROVER_GOTO_FUNCTION_POINTERS_H
11+
#ifndef CPROVER_REMOVE_FUNCTION_POINTERS_H
12+
#define CPROVER_REMOVE_FUNCTION_POINTERS_H
1313

1414
#include "goto_model.h"
1515

src/goto-programs/remove_returns.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Date: September 2009
88
99
\*******************************************************************/
1010

11-
#ifndef CPROVER_REMOVE_RETURN_VALUES_H
12-
#define CPROVER_REMOVE_RETURN_VALUES_H
11+
#ifndef CPROVER_REMOVE_RETURNS_H
12+
#define CPROVER_REMOVE_RETURNS_H
1313

1414
#include <goto-programs/goto_model.h>
1515

src/goto-programs/write_goto_binary.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Author: CM Wintersteiger
66
77
\*******************************************************************/
88

9-
#ifndef CPROVER_GOTO_PROGRAMS_WRITE_GOTO_BINARY_H_
10-
#define CPROVER_GOTO_PROGRAMS_WRITE_GOTO_BINARY_H_
9+
#ifndef CPROVER_GOTO_PROGRAMS_WRITE_GOTO_BINARY_H
10+
#define CPROVER_GOTO_PROGRAMS_WRITE_GOTO_BINARY_H
1111

1212
#define GOTO_BINARY_VERSION 3
1313

0 commit comments

Comments
 (0)