mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-16 04:33:10 +00:00
If the debugging printf macros are elided by the preprocessor rather than being removed by the compiler's optimizer then the debugging statements may get out-of-date as variables are modified. Wrap the non-debug case in "if (0) ..." instead.
2.5 KiB
2.5 KiB