mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 02:12:58 +00:00
It's better if the macro receives the condition as an expression rather than a string - that way it can choose to use it as is or stringify it. Also, the documentation states that the parameter is an expression, not a string.