[smooth] Fix stand-alone compilation.

* src/smooth/ftgrays.c (FT_Trace_Enable, FT_Trace_Disable)[STANDALONE_]:
Define.
This commit is contained in:
Werner Lemberg 2021-11-20 07:56:34 +01:00
parent 8c8f51c558
commit f5ce182420
1 changed files with 4 additions and 1 deletions

View File

@ -239,10 +239,13 @@ typedef ptrdiff_t FT_PtrDist;
#define FT_ERROR( x ) do { } while ( 0 ) /* nothing */
#define FT_THROW( e ) FT_ERR_CAT( Smooth_Err_, e )
#endif /* !FT_DEBUG_LEVEL_TRACE */
#define FT_Trace_Enable() do { } while ( 0 ) /* nothing */
#define FT_Trace_Disable() do { } while ( 0 ) /* nothing */
#define FT_DEFINE_OUTLINE_FUNCS( class_, \
move_to_, line_to_, \
conic_to_, cubic_to_, \