Skip to content

Commit

Permalink
Update CodeGen_C.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson committed Dec 6, 2021
1 parent b6ba514 commit 2923246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodeGen_C.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2470,7 +2470,7 @@ void CodeGen_C::visit(const Call *op) {
} else if (op->is_intrinsic(Call::define_typed_struct)) {
// Emit a declaration like:
//
// struct {const int f_0, const char f_1, const int f_2} foo;
// struct foo {const int f_0, const char f_1, const int f_2};
//
// rhs is set to a nullptr of the new type.

Expand Down

0 comments on commit 2923246

Please sign in to comment.