Skip to content

Commit fb6ef2b

Browse files
author
Enrico Steffinlongo
committed
Added malloc failure model to goto-analyzer
1 parent 7814a84 commit fb6ef2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/goto-analyzer/goto_analyzer_parse_options.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Author: Daniel Kroening, [email protected]
8989
#ifndef CPROVER_GOTO_ANALYZER_GOTO_ANALYZER_PARSE_OPTIONS_H
9090
#define CPROVER_GOTO_ANALYZER_GOTO_ANALYZER_PARSE_OPTIONS_H
9191

92+
#include <util/config.h>
9293
#include <util/parse_options.h>
9394
#include <util/timestamper.h>
9495
#include <util/ui_message.h>
@@ -152,6 +153,7 @@ class optionst;
152153
OPT_SHOW_GOTO_FUNCTIONS \
153154
OPT_SHOW_PROPERTIES \
154155
OPT_GOTO_CHECK \
156+
OPT_CONFIG_LIBRARY \
155157
"(show-symbol-table)(show-parse-tree)" \
156158
"(property):" \
157159
"(verbosity):(version)" \

0 commit comments

Comments
 (0)