Skip to content

Commit 5054730

Browse files
author
Daniel Kroening
authored
Merge pull request #495 from mgudemann/fix_init_bool_values_c_typecheck
initialize Boolean values in c_typecheck_baset
2 parents 3298483 + 008267c commit 5054730

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ansi-c/ansi_c_typecheck.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Function: ansi_c_typecheckt::typecheck
2222

2323
void ansi_c_typecheckt::typecheck()
2424
{
25+
start_typecheck_code();
2526
for(ansi_c_parse_treet::itemst::iterator
2627
it=parse_tree.items.begin();
2728
it!=parse_tree.items.end();

src/ansi-c/c_typecheck_code.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Author: Daniel Kroening, [email protected]
1414

1515
/*******************************************************************\
1616
17-
Function: c_typecheck_baset::init
17+
Function: c_typecheck_baset::start_typecheck_code
1818
1919
Inputs:
2020

0 commit comments

Comments
 (0)