File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ SRC = anonymous_member.cpp \
2828 designator.cpp \
2929 expr2c.cpp \
3030 gcc_types.cpp \
31+ gcc_version.cpp \
3132 literals/convert_character_literal.cpp \
3233 literals/convert_float_literal.cpp \
3334 literals/convert_integer_literal.cpp \
File renamed without changes.
Original file line number Diff line number Diff line change @@ -40,13 +40,12 @@ class gcc_versiont
4040 configt::cppt::cpp_standardt default_cxx_standard;
4141
4242 gcc_versiont ()
43- :
44- v_major (0 ),
45- v_minor (0 ),
46- v_patchlevel (0 ),
47- flavor (flavort::UNKNOWN),
48- default_c_standard (configt::ansi_ct::c_standardt::C89),
49- default_cxx_standard (configt::cppt::cpp_standardt::CPP98)
43+ : v_major(0 ),
44+ v_minor (0 ),
45+ v_patchlevel(0 ),
46+ flavor(flavort::UNKNOWN),
47+ default_c_standard(configt::ansi_ct::c_standardt::C89),
48+ default_cxx_standard(configt::cppt::cpp_standardt::CPP98)
5049 {
5150 }
5251};
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ SRC = armcc_cmdline.cpp \
1010 gcc_cmdline.cpp \
1111 gcc_message_handler.cpp \
1212 gcc_mode.cpp \
13- gcc_version.cpp \
1413 goto_cc_cmdline.cpp \
1514 goto_cc_languages.cpp \
1615 goto_cc_main.cpp \
Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ Date: June 2006
1616
1717#include " compile.h"
1818#include " gcc_message_handler.h"
19- #include " gcc_version.h"
2019#include " goto_cc_mode.h"
2120
21+ #include < ansi-c/gcc_version.h>
22+
2223#include < set>
2324
2425class gcc_modet :public goto_cc_modet
You can’t perform that action at this time.
0 commit comments