mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-04-22 09:30:38 +02:00
* */ftoption.h: Update C99 wording.
This commit is contained in:
parent
4c77a6967d
commit
adc7b85508
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue