File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed
Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ SRC = anonymous_member.cpp \
3636 literals/unescape_string.cpp \
3737 padding.cpp \
3838 preprocessor_line.cpp \
39- printf_formatter.cpp \
4039 type2name.cpp \
4140 # Empty last line
4241
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ SRC = adjust_float_expressions.cpp \
3434 osx_fat_reader.cpp \
3535 parameter_assignments.cpp \
3636 pointer_arithmetic.cpp \
37+ printf_formatter.cpp \
3738 property_checker.cpp \
3839 read_bin_goto_object.cpp \
3940 read_goto_binary.cpp \
Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ Author: Daniel Kroening
2020#include < util/format_expr.h>
2121#include < util/symbol.h>
2222
23- #include < ansi-c/printf_formatter.h>
2423#include < langapi/language_util.h>
2524
25+ #include " printf_formatter.h"
26+
2627void goto_tracet::output (
2728 const class namespacet &ns,
2829 std::ostream &out) const
File renamed without changes.
Original file line number Diff line number Diff line change 99// / \file
1010// / printf Formatting
1111
12- #ifndef CPROVER_ANSI_C_PRINTF_FORMATTER_H
13- #define CPROVER_ANSI_C_PRINTF_FORMATTER_H
12+ #ifndef CPROVER_GOTO_PROGRAMS_PRINTF_FORMATTER_H
13+ #define CPROVER_GOTO_PROGRAMS_PRINTF_FORMATTER_H
1414
1515#include < util/expr.h>
1616#include < util/namespace.h>
@@ -56,4 +56,4 @@ class printf_formattert
5656 const exprt make_type (const exprt &src, const typet &dest);
5757};
5858
59- #endif // CPROVER_ANSI_C_PRINTF_FORMATTER_H
59+ #endif // CPROVER_GOTO_PROGRAMS_PRINTF_FORMATTER_H
Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ Author: Daniel Kroening
1818#include < util/xml_expr.h>
1919#include < util/symbol.h>
2020
21- #include < ansi-c/printf_formatter.h>
2221#include < langapi/language_util.h>
2322
23+ #include " printf_formatter.h"
24+
2425void convert (
2526 const namespacet &ns,
2627 const goto_tracet &goto_trace,
You can’t perform that action at this time.
0 commit comments