Skip to content

Commit 731d623

Browse files
author
kroening
committed
comment on entry_point()
git-svn-id: svn+ssh://svn.cprover.org/srv/svn/cbmc/trunk@3861 6afb6bc1-c8e4-404c-8f48-9ae832c5b171
1 parent c94885f commit 731d623

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/goto-programs/goto_functions_template.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ class goto_functions_templatet
118118

119119
inline irep_idt entry_point() const
120120
{
121+
// will change to ID__start to avoid confusion
122+
// with C's main() function
121123
return ID_main;
122124
}
123125

0 commit comments

Comments
 (0)