diff options
Diffstat (limited to 'bin/ed/ed.h')
-rw-r--r-- | bin/ed/ed.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/ed/ed.h b/bin/ed/ed.h index 72e2d7b8615..d8226f1bf55 100644 --- a/bin/ed/ed.h +++ b/bin/ed/ed.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ed.h,v 1.8 2002/02/16 21:27:06 millert Exp $ */ +/* $OpenBSD: ed.h,v 1.9 2002/02/17 19:42:19 millert Exp $ */ /* $NetBSD: ed.h,v 1.23 1995/03/21 09:04:40 cgd Exp $ */ /* ed.h: type and constant definitions for the ed editor. */ @@ -190,14 +190,6 @@ if ((i) > (n)) { \ # define strerror(n) sys_errlist[n] #endif -#ifndef __P -# ifndef __STDC__ -# define __P(proto) () -# else -# define __P(proto) proto -# endif -#endif - /* Local Function Declarations */ void add_line_node(line_t *); int append_lines(long); |