From: Lukas Krickl Date: Mon, 14 Apr 2025 13:33:02 +0000 (+0200) Subject: BUGS: Added macro bug X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=24b638d64205d25d203a5a56d721fec4f0586755;p=ulas%2F.git BUGS: Added macro bug --- diff --git a/BUGS.md b/BUGS.md index 0fd1d31..e450286 100644 --- a/BUGS.md +++ b/BUGS.md @@ -1 +1,17 @@ # Known Bugs + +## It is not possible to use #define as macro arguments + +To reproduce: + +- Create a macro +- #define a constnat +- Pass the constant as argument + +Expected + +- The macro uses the constant as is + +Acrual: + +- The constant fails to resolve