From: Bruno Haible Date: Mon, 23 Jun 2025 02:20:45 +0000 (+0200) Subject: gcd: Improve comments regarding GCD_WORD_T. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c83b72122d32c0583cd4ab3b2c98aa61f69f034;p=thirdparty%2Fgnulib.git gcd: Improve comments regarding GCD_WORD_T. * lib/gcd.h: Fix typo in last commit. --- diff --git a/lib/gcd.h b/lib/gcd.h index ee05b39d21..92975176ef 100644 --- a/lib/gcd.h +++ b/lib/gcd.h @@ -21,7 +21,7 @@ /* Before including this file, you may define: GCD_WORD_T The parameter type and result type of the gcd function. It should be an unsigned integer type that is either - a built-in type or defined in or . + a built-in type or defined in or . The definition of GCD_WORD_T needs to be the same across the entire application. Therefore it is best placed in .