forked from diffblue/cbmc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move printf_formatter to goto-programs
The only users of this code are in goto-programs, and printf_formatter has no dependency on ansi-c code.
- Loading branch information
1 parent
2ed63f5
commit cc23b20
Showing
6 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ Author: Daniel Kroening, [email protected] | |
/// \file | ||
/// printf Formatting | ||
|
||
#ifndef CPROVER_ANSI_C_PRINTF_FORMATTER_H | ||
#define CPROVER_ANSI_C_PRINTF_FORMATTER_H | ||
#ifndef CPROVER_GOTO_PROGRAMS_PRINTF_FORMATTER_H | ||
#define CPROVER_GOTO_PROGRAMS_PRINTF_FORMATTER_H | ||
|
||
#include <util/expr.h> | ||
#include <util/namespace.h> | ||
|
@@ -56,4 +56,4 @@ class printf_formattert | |
const exprt make_type(const exprt &src, const typet &dest); | ||
}; | ||
|
||
#endif // CPROVER_ANSI_C_PRINTF_FORMATTER_H | ||
#endif // CPROVER_GOTO_PROGRAMS_PRINTF_FORMATTER_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters