Skip to content

Commit 9ce7a82

Browse files
committed
fix(rivet/ast): fix C compilation error
1 parent 4a46f97 commit 9ce7a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rivet/src/ast/CHeader.ri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct CDefine < traits.Stringable {
5959
has_value: bool;
6060
is_macro: bool;
6161

62-
mut cvalue: CImportValue;
62+
mut cvalue: CImportValue := .Invalid();
6363
mut has_cvalue: bool;
6464

6565
public func to_string(&self) -> string {

0 commit comments

Comments
 (0)