On Thu, 2006-11-16 at 22:50 +0100, Fabian Groffen wrote:
> Thanks for the patch!
> 
> I applied it on readline-5.2 which I added to the tree for the occasion

Hmm, as of svn @2678, although it is applied in readline-5.2.ebuild,
readline/files/readline-5.1-rlfe-extern.patch seems to be missing ?

/haubi/
--- examples/rlfe/extern.h.orig	2006-09-28 11:33:35.372527000 +0200
+++ examples/rlfe/extern.h	2006-09-28 11:39:01.460499000 +0200
@@ -27,6 +27,14 @@
 #define __attribute__(x)
 #endif
 
+#ifndef __P
+# if defined(__STDC__) || defined(__cplusplus)
+#  define __P(p) p
+# else
+#  define __P
+# endif
+#endif /* __P */
+
 /* pty.c */
 extern int   OpenPTY __P((char **));
 extern void  InitPTY __P((int));

Reply via email to