Overview
Comment: | Remove hashtable |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
67c14216600680678ab5dc15b2b1edae |
User & Date: | js on 2025-03-04 01:01:30 |
Other Links: | manifest | tags |
Context
2025-03-04
| ||
01:05 | tools.h: Some cleanups check-in: 9e3f7517ee user: js tags: trunk | |
01:01 | Remove hashtable check-in: 67c1421660 user: js tags: trunk | |
01:00 | weapon.mm: Some cleanups check-in: 3d4489fdbb user: js tags: trunk | |
Changes
Modified src/tools.h from [fe738f21a1] to [1573940bd5].
︙ | ︙ | |||
313 314 315 316 317 318 319 | } else \ for (int i = 0; i < (v).length(); i++) #define loopvrev(v) \ if (false) { \ } else \ for (int i = (v).length() - 1; i >= 0; i--) | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 313 314 315 316 317 318 319 320 321 322 323 324 325 326 | } else \ for (int i = 0; i < (v).length(); i++) #define loopvrev(v) \ if (false) { \ } else \ for (int i = (v).length() - 1; i >= 0; i--) inline char * newstring(const char *s) { return gp()->string(s); } inline char * |
︙ | ︙ |