Skip to content

initialize Boolean values in c_typecheck_baset #495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/ansi-c/ansi_c_typecheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Function: ansi_c_typecheckt::typecheck

void ansi_c_typecheckt::typecheck()
{
start_typecheck_code();
for(ansi_c_parse_treet::itemst::iterator
it=parse_tree.items.begin();
it!=parse_tree.items.end();
Expand Down
2 changes: 1 addition & 1 deletion src/ansi-c/c_typecheck_code.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Author: Daniel Kroening, [email protected]

/*******************************************************************\

Function: c_typecheck_baset::init
Function: c_typecheck_baset::start_typecheck_code

Inputs:

Expand Down