mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
41b1b08115
For Emacsian! You can use "Dired", which is Emacsian's favorite. You can also use "re-search". Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
12 lines
222 B
Diff
12 lines
222 B
Diff
--- a/re_search.c
|
|
+++ b/re_search.c
|
|
@@ -16,7 +16,7 @@
|
|
#ifdef REGEX
|
|
#include <sys/queue.h>
|
|
#include <sys/types.h>
|
|
-#include <regex.h>
|
|
+#include <pcreposix.h>
|
|
#include <signal.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|