bug-textutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

textutils-2.0.18 - undefined __unbounded in regex.c


From: Uwe H. Steinfeld
Subject: textutils-2.0.18 - undefined __unbounded in regex.c
Date: Sun, 2 Dec 2001 15:23:22 +0100

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]