File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 13
13
#define CPROVER_ANSI_C_GOTO_CHECK_C_H
14
14
15
15
#include < goto-programs/goto_functions.h>
16
+ #include < util/config.h>
16
17
17
18
class goto_modelt ;
18
19
class namespacet ;
@@ -50,7 +51,8 @@ void goto_check_c(
50
51
" (assert-to-assume)" \
51
52
" (no-bounds-check)(no-pointer-check)(no-signed-overflow-check)" \
52
53
" (no-pointer-primitive-check)(no-undefined-shift-check)" \
53
- " (no-div-by-zero-check)"
54
+ " (no-div-by-zero-check)" \
55
+ OPT_CONFIG_LIBRARY
54
56
55
57
// clang-format off
56
58
#define HELP_GOTO_CHECK \
@@ -125,7 +127,7 @@ void goto_check_c(
125
127
PARSE_OPTION_OVERRIDE (cmdline, options, " div-by-zero-check" ); \
126
128
PARSE_OPTION_OVERRIDE (cmdline, options, " signed-overflow-check" ); \
127
129
PARSE_OPTION_OVERRIDE (cmdline, options, " undefined-shift-check" ); \
128
- PARSE_OPTION_OVERRIDE (cmdline, options, " pointer-primitive-check" ); \
130
+ PARSE_OPTION_OVERRIDE (cmdline, options, " pointer-primitive-check" ); \
129
131
(void )0
130
132
// clang-format on
131
133
You can’t perform that action at this time.
0 commit comments