summaryrefslogtreecommitdiff
path: root/lib-src/pop.c
diff options
context:
space:
mode:
authorJan D <jan.h.d@swipnet.se>2010-07-02 14:55:51 +0200
committerJan D <jan.h.d@swipnet.se>2010-07-02 14:55:51 +0200
commit9e892c8d8b52fbc4bc484fb8a185496f34bff805 (patch)
tree400ce560093ff37b9e6fc7619e99384d8a52b7a6 /lib-src/pop.c
parentbaeb2564f75037efa9066dfeada25670f60e5079 (diff)
downloademacs-9e892c8d8b52fbc4bc484fb8a185496f34bff805.tar.gz
Remove __P.
Diffstat (limited to 'lib-src/pop.c')
-rw-r--r--lib-src/pop.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c
index 974ae784794..59ec84c627c 100644
--- a/lib-src/pop.c
+++ b/lib-src/pop.c
@@ -108,14 +108,6 @@ extern int h_errno;
#endif
#endif
-#ifndef __P
-# ifdef __STDC__
-# define __P(a) a
-# else
-# define __P(a) ()
-# endif /* __STDC__ */
-#endif /* ! __P */
-
static int socket_connection (char *, int);
static int pop_getline (popserver, char **);
static int sendline (popserver, char *);