projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a16cf3
)
remove ifdef around inclusion of regex.h altogether!!
author
Jim Meyering
<jim@meyering.net>
Sat, 4 Jul 1998 01:44:01 +0000
(
01:44
+0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 4 Jul 1998 01:44:01 +0000
(
01:44
+0000)
lib/rpmatch.c
patch
|
blob
|
history
diff --git
a/lib/rpmatch.c
b/lib/rpmatch.c
index bf8219514d30e490224a1eb94e8f85980e188a16..3a439d7e318153128b311912c2850d83f16f3877 100644
(file)
--- a/
lib/rpmatch.c
+++ b/
lib/rpmatch.c
@@
-30,9
+30,7
@@
#endif
#include <sys/types.h>
-#if ! HAVE_LIBC_REGEX
-# include <regex.h>
-#endif
+#include <regex.h>
#if ENABLE_NLS
# include <libintl.h>