Prevent to use conditional inclusion preprocessor feature (since C++23)

`#elifdef` is supported since C23 and C++23, but such newer compiler
is not required here.

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 419c185be7)
pull/271/head
OBATA Akio 6 months ago committed by Michele Calgaro
parent 0cd3572f0d
commit 141ced0c41
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1307,7 +1307,7 @@ TDEIO_EXPORT TQByteArray TDEIO::rawErrorDetail(int errorCode, const TQString &er
#endif
#ifdef HAVE_SYS_UCRED_H
#include <sys/ucred.h>
#elifdef HAVE_UCRED_H
#elif defined(HAVE_UCRED_H)
#include <ucred.h>
#endif
#ifdef HAVE_SYS_MOUNT_H

Loading…
Cancel
Save