diff options
| author | Jan D | 2010-07-02 14:55:51 +0200 |
|---|---|---|
| committer | Jan D | 2010-07-02 14:55:51 +0200 |
| commit | 9e892c8d8b52fbc4bc484fb8a185496f34bff805 (patch) | |
| tree | 400ce560093ff37b9e6fc7619e99384d8a52b7a6 /lib-src/pop.c | |
| parent | baeb2564f75037efa9066dfeada25670f60e5079 (diff) | |
| download | emacs-9e892c8d8b52fbc4bc484fb8a185496f34bff805.tar.gz emacs-9e892c8d8b52fbc4bc484fb8a185496f34bff805.zip | |
Remove __P.
Diffstat (limited to 'lib-src/pop.c')
| -rw-r--r-- | lib-src/pop.c | 8 |
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; | |||
| 108 | #endif | 108 | #endif |
| 109 | #endif | 109 | #endif |
| 110 | 110 | ||
| 111 | #ifndef __P | ||
| 112 | # ifdef __STDC__ | ||
| 113 | # define __P(a) a | ||
| 114 | # else | ||
| 115 | # define __P(a) () | ||
| 116 | # endif /* __STDC__ */ | ||
| 117 | #endif /* ! __P */ | ||
| 118 | |||
| 119 | static int socket_connection (char *, int); | 111 | static int socket_connection (char *, int); |
| 120 | static int pop_getline (popserver, char **); | 112 | static int pop_getline (popserver, char **); |
| 121 | static int sendline (popserver, char *); | 113 | static int sendline (popserver, char *); |