11 lines
185 B
Diff
11 lines
185 B
Diff
--- ed.h
|
|
+++ ed.h
|
|
@@ -244,6 +244,7 @@
|
|
((n > 0 && n < sys_nerr) ? sys_errlist[n] : "Unknown system error")
|
|
#endif
|
|
|
|
+#undef __P
|
|
#ifndef __P
|
|
#ifndef __STDC__
|
|
#define __P(proto) ()
|