mirror of
https://github.com/nfc-tools/mfcuk.git
synced 2025-12-23 18:50:06 +00:00
Fix unterminated #if (pointy hat to me ^^)
This commit is contained in:
parent
21678c9260
commit
a895841b09
@ -36,6 +36,8 @@ AC_CHECK_FUNCS([memset strchr])
|
||||
AC_CHECK_HEADERS([endian.h sys/endian.h CoreFoundation/CoreFoundation.h])
|
||||
AC_CHECK_HEADERS([byteswap.h])
|
||||
|
||||
AC_DEFINE([_XOPEN_SOURCE], [600], [Define to 500 if Single Unix conformance is wanted, 600 for sixth revision.])
|
||||
|
||||
# Help us to write great code ;-)
|
||||
CFLAGS="$CFLAGS -Wall -pedantic -Wextra -std=c99"
|
||||
|
||||
|
||||
@ -149,6 +149,7 @@
|
||||
# undef bswap_64
|
||||
# define bswap_64 __builtin_bswap64
|
||||
# endif
|
||||
#endif
|
||||
|
||||
// Fallback...
|
||||
#if !defined (bswap_16) || !defined (bswap_32) || !defined (bswap_64)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user