Skip to content

Commit

Permalink
anonymize a push
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed Nov 23, 2023
1 parent b6145b5 commit 99cb957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ pub fn pop(dt: *DtMachine) !void {

if (quote.items.len > 0) {
const lastVal = quote.pop();
try dt.push(Val{ .quote = quote });
try dt.push(.{ .quote = quote });
try dt.push(lastVal);
return;
}
Expand Down

0 comments on commit 99cb957

Please sign in to comment.