* src/base/fttrigon.c (ft_trig_prenorm): Comment on undefined behavior.

This commit is contained in:
Alexei Podtelezhnikov 2014-08-12 00:41:04 -04:00
parent 28018d42a8
commit d2935e2969
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@
#endif /* !FT_LONG64 */
/* undefined and never called for zero vector */
static FT_Int
ft_trig_prenorm( FT_Vector* vec )
{