Differences From Artifact [555c5a6eb3]:
- File src/console.mm — part of check-in [89fbd7a152] at 2025-03-20 13:21:56 on branch trunk — Make more use of convenience methods (user: js, size: 5767) [annotate] [blame] [check-ins using]
To Artifact [2703ba3edf]:
- File src/console.m — part of check-in [b250dfa8d4] at 2025-03-20 21:18:29 on branch trunk — Convert more files to pure Objective-C (user: js, size: 5773) [annotate] [blame] [check-ins using]
- File src/console.mm — part of check-in [ef1d7e47f7] at 2025-03-20 20:38:43 on branch trunk — Remove all default arguments from protos.h (user: js, size: 5773) [annotate] [blame] [check-ins using]
︙ | |||
173 174 175 176 177 178 179 | 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 | - + | void history(int n) { static bool rec = false; if (!rec && n >= 0 && n < vhistory.count) { rec = true; |
︙ |