]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove inline and extern from function declaration. 56/head
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 17 Nov 2015 14:45:45 +0000 (15:45 +0100)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 17 Nov 2015 14:45:45 +0000 (15:45 +0100)
arch/x86/insert_string_sse.c

index 4bbda5060d57b6babeb1a6b9e6e899355f5e94e4..1e8ec95ce6eeff2663f8f58a18272558a7afeaf7 100644 (file)
@@ -16,7 +16,7 @@
  *    (except for the last MIN_MATCH-1 bytes of the input file).
  */
 #ifdef X86_SSE4_2_CRC_HASH
-extern inline Pos insert_string_sse(deflate_state *const s, const Pos str, uInt count) {
+Pos insert_string_sse(deflate_state *const s, const Pos str, uInt count) {
     Pos ret = 0;
     uInt idx;
     unsigned *ip, val, h = 0;