aboutsummaryrefslogtreecommitdiff
path: root/src/include/compat.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/include/compat.h
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/include/compat.h')
-rw-r--r--src/include/compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/compat.h b/src/include/compat.h
index 19badcefc..729e5e70a 100644
--- a/src/include/compat.h
+++ b/src/include/compat.h
@@ -44,6 +44,7 @@ void*
44GN_memrchr_ (const void *s, 44GN_memrchr_ (const void *s,
45 int c, 45 int c,
46 size_t n); 46 size_t n);
47
47#ifndef HAVE_MEMRCHR 48#ifndef HAVE_MEMRCHR
48#define memrchr(s, c, n) GN_memrchr_ (s, c, n) 49#define memrchr(s, c, n) GN_memrchr_ (s, c, n)
49#endif 50#endif