diff src/strftime.c @ 109103:1dc371b29285

Remove __P.
author Jan D <jan.h.d@swipnet.se>
date Fri, 02 Jul 2010 14:55:51 +0200
parents 2bc9a0c04c87
children aec1143e8d85
line wrap: on
line diff
--- a/src/strftime.c	Fri Jul 02 15:47:02 2010 +0300
+++ b/src/strftime.c	Fri Jul 02 14:55:51 2010 +0200
@@ -131,14 +131,6 @@
 # endif
 #endif
 
-#ifndef __P
-# if defined __GNUC__ || (defined __STDC__ && __STDC__) || defined (PROTOTYPES)
-#  define __P(args) args
-# else
-#  define __P(args) ()
-# endif  /* GCC.  */
-#endif  /* Not __P.  */
-
 #ifndef PTR
 # ifdef __STDC__
 #  define PTR void *