Don't use NULL in last s_fma{,f} change

This commit is contained in:
Ulrich Drepper 2011-10-21 07:39:28 -04:00
parent ed72b6545f
commit 1a97a8c78f
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ __fma_fma4 (double x, double y, double z)
# else
# undef HAS_FMA4
# define HAS_FMA4 0
# define __fma_fma4 NULL
# define __fma_fma4 ((void *) 0)
# endif

View File

@ -44,7 +44,7 @@ __fmaf_fma4 (float x, float y, float z)
# else
# undef HAS_FMA4
# define HAS_FMA4 0
# define __fmaf_fma4 NULL
# define __fmaf_fma4 ((void *) 0)
# endif