From 816207511b75f775d7dcc383875fa26f64ea98bf Mon Sep 17 00:00:00 2001 From: cypherpunks Date: Thu, 10 Dec 2015 16:54:52 +0100 Subject: Remove the INLINE coding standard --- doc/HACKING/CodingStandards.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc/HACKING/CodingStandards.md') diff --git a/doc/HACKING/CodingStandards.md b/doc/HACKING/CodingStandards.md index d2fc784efb..bec076527f 100644 --- a/doc/HACKING/CodingStandards.md +++ b/doc/HACKING/CodingStandards.md @@ -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. -- cgit v1.2.3-54-g00ecf