]> code.delx.au - gnu-emacs/blobdiff - lib/sha512.c
Merge from gnulib for 'inline'.
[gnu-emacs] / lib / sha512.c
index cf62f2034e519e58d7d0fd462c370237b4c9ff86..dfb67a305d8551472d9cf7a09a83171e751b616d 100644 (file)
@@ -97,7 +97,7 @@ sha384_init_ctx (struct sha512_ctx *ctx)
 /* Copy the value from V into the memory location pointed to by *CP,
    If your architecture allows unaligned access, this is equivalent to
    * (__typeof__ (v) *) cp = v  */
-static inline void
+static void
 set_uint64 (char *cp, u64 v)
 {
   memcpy (cp, &v, sizeof v);