Skip to content

Commit 20bf733

Browse files
saran-tcopybara-github
authored andcommitted
Rename nstack to narena, change it and pstack to count bytes.
PiperOrigin-RevId: 561066311 Change-Id: I8735596c8ceda3f68b5642532dffcac77487bf79
1 parent 7d22d7b commit 20bf733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dm_control/autowrap/autowrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def main(unused_argv):
9393

9494
# These are commented in `mjdata.h` but have no macros in `mjxmacro.h`.
9595
hints_dict = codegen_util.UniqueOrderedDict({"buffer": ("nbuffer",),
96-
"stack": ("nstack",)})
96+
"stack": ("narena",)})
9797

9898
parser = binding_generator.BindingGenerator(
9999
consts_dict=consts_dict, hints_dict=hints_dict)

0 commit comments

Comments
 (0)