Replace usage of INLINE with inline

This patch was generated using;

  sed -i -e "s/\bINLINE\b/inline/" src/*/*.[ch] src/*/*/*.[ch]
This commit is contained in:
cypherpunks
2015-12-10 16:19:43 +01:00
committed by Nick Mathewson
parent 9a179ff751
commit 824a6a2a90
45 changed files with 212 additions and 212 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ base16_encode(char *dest, size_t destlen, const char *src, size_t srclen)
}
/** Helper: given a hex digit, return its value, or -1 if it isn't hex. */
static INLINE int
static inline int
hex_decode_digit_(char c)
{
switch (c) {