mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
7faf115dff
The SMARTLIST_FOREACH macro is more convenient than BEGIN/END when you have a nice short loop body, but using it for long bodies makes your preprocessor tell the compiler that all the code is on the same line. That causes grief, since compiler warnings and debugger lines will all refer to that one line. So, here's a new style rule: SMARTLIST_FOREACH blocks need to be short. |
||
---|---|---|
.. | ||
bug6218 | ||
bug6271 | ||
bug6296 | ||
bug6377 | ||
bug6387 | ||
bug6397 | ||
cov709056 | ||
revert-geoip-may2012 | ||
smartlist_foreach |