Hi,
some systems do not #define __unbounded (e.g. Cygwin).
I suggest to add the following patch to lib/regex.c

Uwe

--- ../textutils-2.0.18/lib/regex.c Wed Nov 28 07:57:52 2001
+++ ./lib/regex.c Sun Dec  2 15:05:46 2001
@@ -28,6 +28,10 @@
 #undef _GNU_SOURCE
 #define _GNU_SOURCE
 
+#ifndef __unbounded
+# define __unbounded       /* NOTHING */
+#endif
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif



_______________________________________________
Bug-textutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-textutils

Reply via email to