Mercurial > emacs
changeset 9594:7461e7aa4f3c
(open, close, read, write): Add #undefs.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Oct 1994 19:09:07 +0000 |
parents | 68882a46b5fc |
children | d0a1ccb93c47 |
files | lib-src/pop.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/pop.c Tue Oct 18 11:23:18 1994 +0000 +++ b/lib-src/pop.c Tue Oct 18 19:09:07 1994 +0000 @@ -21,6 +21,11 @@ #define NO_SHORTNAMES /* Tell config not to load remap.h */ #include <../src/config.h> +#under open +#undef close +#undef read +#undef write + #ifdef MAIL_USE_POP #include <sys/types.h>