fixed a wrong conditional in moo-prv.h

This commit is contained in:
hyunghwan.chung 2019-11-24 05:11:18 +00:00
parent df453b354c
commit beef17caf6

View File

@ -103,7 +103,7 @@
#else #else
# if defined(HAVE___BUILTIN_MEMSET) || !defined(HAVE___BUILTIN_MEMCPY) || !defined(HAVE___BUILTIN_MEMMOVE) || !defined(HAVE___BUILTIN_MEMCMP) # if !defined(HAVE___BUILTIN_MEMSET) || !defined(HAVE___BUILTIN_MEMCPY) || !defined(HAVE___BUILTIN_MEMMOVE) || !defined(HAVE___BUILTIN_MEMCMP)
# include <string.h> # include <string.h>
# endif # endif