From adc7b85508f4415a2ea0855ed1a6811db06bd48e Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Mon, 11 Aug 2025 15:34:27 -0400 Subject: [PATCH] * */ftoption.h: Update C99 wording. --- devel/ftoption.h | 4 ++-- include/freetype/config/ftoption.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/ftoption.h b/devel/ftoption.h index 3fb9e2dde..2b5e1d0ee 100644 --- a/devel/ftoption.h +++ b/devel/ftoption.h @@ -162,8 +162,8 @@ FT_BEGIN_HEADER * version of the @FT_MulFix function, which is a 'hotspot' when loading * and hinting glyphs, and which should be executed as fast as possible. * - * You can disable this option if you compiler is not C99-compliant or CPU - * is not supported. + * If your compiler is not C99-compliant or CPU assembly is not supported, + * you can disable this option. */ #define FT_CONFIG_OPTION_INLINE_MULFIX diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h index dae080662..2a1eddb44 100644 --- a/include/freetype/config/ftoption.h +++ b/include/freetype/config/ftoption.h @@ -162,8 +162,8 @@ FT_BEGIN_HEADER * version of the @FT_MulFix function, which is a 'hotspot' when loading * and hinting glyphs, and which should be executed as fast as possible. * - * You can disable this option if you compiler is not C99-compliant or CPU - * is not supported. + * If your compiler is not C99-compliant or CPU assembly is not supported, + * you can disable this option. */ #define FT_CONFIG_OPTION_INLINE_MULFIX