Skip to content

Commit 0e6419e

Browse files
author
Daniel Kroening
authored
Merge pull request diffblue#3222 from karkhaz/kk-the-preprocessor-doesnt-care-but-i-do
Move {OPT,HELP}_BMC out of class definition
2 parents abeebfe + 68911a4 commit 0e6419e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cbmc/bmc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ class path_explorert : public bmct
285285
/// provided as arguments to the constructor of this class.
286286
void perform_symbolic_execution(
287287
goto_symext::get_goto_functiont get_goto_function) override;
288+
};
288289

289290
#define OPT_BMC \
290291
"(program-only)" \
@@ -323,6 +324,5 @@ class path_explorert : public bmct
323324
" --no-pretty-names do not simplify identifiers\n" \
324325
" --graphml-witness filename write the witness in GraphML format to " \
325326
"filename\n" // NOLINT(*)
326-
};
327327

328328
#endif // CPROVER_CBMC_BMC_H

0 commit comments

Comments
 (0)