aboutsummaryrefslogtreecommitdiffstats
path: root/src/strftime.c
diff options
context:
space:
mode:
authorJan D2010-07-02 14:55:51 +0200
committerJan D2010-07-02 14:55:51 +0200
commit9e892c8d8b52fbc4bc484fb8a185496f34bff805 (patch)
tree400ce560093ff37b9e6fc7619e99384d8a52b7a6 /src/strftime.c
parentbaeb2564f75037efa9066dfeada25670f60e5079 (diff)
downloademacs-9e892c8d8b52fbc4bc484fb8a185496f34bff805.tar.gz
emacs-9e892c8d8b52fbc4bc484fb8a185496f34bff805.zip
Remove __P.
Diffstat (limited to 'src/strftime.c')
-rw-r--r--src/strftime.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/strftime.c b/src/strftime.c
index e96d8a92332..a7617427793 100644
--- a/src/strftime.c
+++ b/src/strftime.c
@@ -131,14 +131,6 @@ extern char *tzname[];
131# endif 131# endif
132#endif 132#endif
133 133
134#ifndef __P
135# if defined __GNUC__ || (defined __STDC__ && __STDC__) || defined (PROTOTYPES)
136# define __P(args) args
137# else
138# define __P(args) ()
139# endif /* GCC. */
140#endif /* Not __P. */
141
142#ifndef PTR 134#ifndef PTR
143# ifdef __STDC__ 135# ifdef __STDC__
144# define PTR void * 136# define PTR void *