We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01c356 commit bdabff7Copy full SHA for bdabff7
src/goto-programs/Makefile
@@ -20,7 +20,8 @@ SRC = goto_convert.cpp goto_convert_function_call.cpp \
20
slice_global_inits.cpp goto_inline_class.cpp class_identifier.cpp \
21
show_goto_functions_json.cpp \
22
show_goto_functions_xml.cpp \
23
- remove_static_init_loops.cpp remove_instanceof.cpp
+ remove_static_init_loops.cpp remove_instanceof.cpp \
24
+ string_refine_preprocess.cpp
25
26
INCLUDES= -I ..
27
0 commit comments