From: Niadb <34917535+Niadb@users.noreply.github.com> Date: Fri, 19 Jun 2020 15:51:00 +0000 (-0600) Subject: Update compiler.h X-Git-Tag: v1.4.7~132^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74f65f624c2c118af7eacf9ad9b159e11ab59218;p=thirdparty%2Fzstd.git Update compiler.h clean wording --- diff --git a/lib/common/compiler.h b/lib/common/compiler.h index 91bd85e43..37cdc45eb 100644 --- a/lib/common/compiler.h +++ b/lib/common/compiler.h @@ -39,7 +39,7 @@ #endif /** - On MSVC qsort requires functions passed to it use the __cdecl calling conversion(CC). + On MSVC qsort requires that functions passed into it use the __cdecl calling conversion(CC). This explictly marks such functions as __cdecl so that the code will still compile if a CC other than __cdecl has been made the default. */