* edit.h: Use eregex.h, not regex.h.
From Alexander Varakin <avarakin00@hotmail.com>
Этот коммит содержится в:
родитель
7ca687c8ed
Коммит
351a118d20
@ -1,3 +1,8 @@
|
||||
2002-03-18 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* edit.h: Use eregex.h, not regex.h.
|
||||
From Alexander Varakin <avarakin00@hotmail.com>
|
||||
|
||||
2002-02-27 Andrew V. Samoilov <kai@cmail.ru>
|
||||
|
||||
* editcmd.c (edit_replace_cmd): Eliminate fin_string
|
||||
|
@ -49,7 +49,7 @@
|
||||
#if defined(HAVE_RX_H) && defined(HAVE_REGCOMP)
|
||||
# include <rx.h>
|
||||
#else
|
||||
# include <regex.h>
|
||||
# include "src/eregex.h"
|
||||
#endif
|
||||
|
||||
#include "src/global.h"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user