LTC_NO_PROTOTYPES related cosmetics

This commit is contained in:
Karel Miko 2017-02-21 20:05:36 +01:00 committed by Steffen Jaeckel
parent 76b289833c
commit 3d5b90d24d

View File

@ -42,9 +42,9 @@
#define XQSORT qsort
#endif
#if defined(malloc) || defined(realloc) || defined(calloc) || defined(free) || \
#if ( defined(malloc) || defined(realloc) || defined(calloc) || defined(free) || \
defined(memset) || defined(memcpy) || defined(memcmp) || defined(strcmp) || \
defined(clock) || defined(qsort)
defined(clock) || defined(qsort) ) && !defined(LTC_NO_PROTOTYPES)
#define LTC_NO_PROTOTYPES
#endif