]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove the INLINE coding standard
authorcypherpunks <cypherpunks@torproject.org>
Thu, 10 Dec 2015 15:54:52 +0000 (16:54 +0100)
committerNick Mathewson <nickm@torproject.org>
Tue, 15 Dec 2015 16:34:00 +0000 (11:34 -0500)
doc/HACKING/CodingStandards.md

index d2fc784efb04f393b1449d0a3862be1342beea13..bec076527f8d3b9b83547e0e05f0f959333c853e 100644 (file)
@@ -138,9 +138,6 @@ available containers in `src/common/containers*.h`.  You should probably
 familiarize yourself with these modules before you write too much code, or
 else you'll wind up reinventing the wheel.
 
-Use `INLINE` instead of `inline` -- it's a vestige of an old hack to make
-sure that we worked on MSVC6.
-
 We don't use `strcat` or `strcpy` or `sprintf` of any of those notoriously broken
 old C functions.  Use `strlcat`, `strlcpy`, or `tor_snprintf/tor_asprintf` instead.