mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-05 03:56:46 +00:00
d8f2b4a4db
See discussion at https://github.com/radareorg/radare2/pull/15681 . Unfortunately the change cannot be done for non-int vars only, because right now vars are not statically typed, so a var that is initially CN_INT can then become CN_STR if you set a string. Changing vars to assign them a static type when they are created would require a much bigger change and discussion. |
||
---|---|---|
.. | ||
callback.c | ||
config.c | ||
hold.c | ||
Makefile | ||
meson.build |