summaryrefslogtreecommitdiff
path: root/tests/depdemo/sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/depdemo/sysdep.h')
-rw-r--r--tests/depdemo/sysdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/depdemo/sysdep.h b/tests/depdemo/sysdep.h
index 4430b618..7c00990e 100644
--- a/tests/depdemo/sysdep.h
+++ b/tests/depdemo/sysdep.h
@@ -44,7 +44,7 @@ or obtained by writing to the Free Software Foundation, Inc.,
that don't understand ANSI C prototypes still work, and ANSI C
compilers can issue warnings about type mismatches. */
#undef __P
-#if defined (__STDC__) || defined (_AIX) || (defined (__mips) && defined (_SYSTYPE_SVR4)) || defined(WIN32) || defined(__cplusplus)
+#if defined __STDC__ || defined _AIX || (defined __mips && defined _SYSTYPE_SVR4) || defined WIN32 || defined __cplusplus
# define __P(protos) protos
#else
# define __P(protos) ()