From: Nick Mathewson Date: Mon, 14 May 2012 17:04:37 +0000 (-0400) Subject: MSVC build issue: we use INLINE as the one that will magically work X-Git-Tag: tor-0.2.3.16-alpha~71 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=757725ffdef0aa64a5a4a642eb08c10ec8f0ae4d;p=thirdparty%2Ftor.git MSVC build issue: we use INLINE as the one that will magically work --- diff --git a/src/or/buffers.c b/src/or/buffers.c index d60e54e87a..aa3e01fd9d 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -1011,7 +1011,7 @@ fetch_from_buf(char *string, size_t string_len, buf_t *buf) /** True iff the cell command command is one that implies a * variable-length cell in Tor link protocol linkproto. */ -static inline int +static INLINE int cell_command_is_var_length(uint8_t command, int linkproto) { /* If linkproto is v2 (2), CELL_VERSIONS is the only variable-length cells