1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-17 00:22:59 +00:00
Nick Briggs 4bd1f4b49a
Ensure compiler sees debug printf even if won't be executed (#433)
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.
2022-08-09 18:11:05 -07:00
..
2021-06-27 19:02:02 -07:00
2022-07-20 10:18:59 -07:00
2021-01-05 10:26:02 -08:00
2021-11-26 19:53:26 -08:00
2021-09-16 17:24:25 -07:00
2021-06-27 19:02:02 -07:00
2021-09-15 10:30:04 -07:00
2021-11-04 09:08:55 -07:00
2021-02-10 20:33:54 -08:00
2021-02-22 11:54:51 +07:00
2020-12-21 18:09:14 +00:00
2021-06-27 19:02:02 -07:00
2021-07-08 15:18:41 -07:00
2021-02-22 09:44:43 -08:00