Skip to content

Commit

Permalink
🔨 config(build): Mangle _limbs_in_base to c.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Mar 23, 2021
1 parent 4cf5e59 commit 507baba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"props": {
"$_base": "r",
"$_is_negative": "s",
"$_limbs": "l"
"$_limbs": "l",
"$_limbs_in_base": "c"
}
}
}

0 comments on commit 507baba

Please sign in to comment.