File tree 6 files changed +8
-6
lines changed
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 \
36
36
literals/unescape_string.cpp \
37
37
padding.cpp \
38
38
preprocessor_line.cpp \
39
- printf_formatter.cpp \
40
39
type2name.cpp \
41
40
# Empty last line
42
41
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ SRC = adjust_float_expressions.cpp \
34
34
osx_fat_reader.cpp \
35
35
parameter_assignments.cpp \
36
36
pointer_arithmetic.cpp \
37
+ printf_formatter.cpp \
37
38
property_checker.cpp \
38
39
read_bin_goto_object.cpp \
39
40
read_goto_binary.cpp \
Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ Author: Daniel Kroening
20
20
#include < util/format_expr.h>
21
21
#include < util/symbol.h>
22
22
23
- #include < ansi-c/printf_formatter.h>
24
23
#include < langapi/language_util.h>
25
24
25
+ #include " printf_formatter.h"
26
+
26
27
void goto_tracet::output (
27
28
const class namespacet &ns,
28
29
std::ostream &out) const
File renamed without changes.
Original file line number Diff line number Diff line change 9
9
// / \file
10
10
// / printf Formatting
11
11
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
14
14
15
15
#include < util/expr.h>
16
16
#include < util/namespace.h>
@@ -56,4 +56,4 @@ class printf_formattert
56
56
const exprt make_type (const exprt &src, const typet &dest);
57
57
};
58
58
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
18
18
#include < util/xml_expr.h>
19
19
#include < util/symbol.h>
20
20
21
- #include < ansi-c/printf_formatter.h>
22
21
#include < langapi/language_util.h>
23
22
23
+ #include " printf_formatter.h"
24
+
24
25
void convert (
25
26
const namespacet &ns,
26
27
const goto_tracet &goto_trace,
You can’t perform that action at this time.
0 commit comments