Skip to content

Commit

Permalink
update initializer list for Chuck_CompileTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
gewang committed Nov 4, 2024
1 parent 7df95a0 commit 4b9664b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/chuck_compile.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ struct Chuck_CompileTarget
// constructor
Chuck_CompileTarget( te_HowMuch extent = te_do_all )
: state(te_compile_inprogress), howMuch(extent), isSystemImport(FALSE),
timestamp(0), fd2parse(NULL), chugin(NULL), lineNum(1), tokPos(0),
AST(NULL), the_chuck(NULL)
fd2parse(NULL), chugin(NULL), lineNum(1), tokPos(0),
AST(NULL), timestamp(0), the_chuck(NULL)
{
// initialize
the_linePos = intList( 0, NULL );
Expand Down

0 comments on commit 4b9664b

Please sign in to comment.