add missing line
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1999 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
c6899cb734
Коммит
cbc13a2a62
@ -48,6 +48,7 @@ int regexp_bol_or_eol(const regex_t *preg, const char *string)
|
|||||||
{
|
{
|
||||||
return (regexec(preg, string, 0, NULL, 0) == 0 &&
|
return (regexec(preg, string, 0, NULL, 0) == 0 &&
|
||||||
regexec(preg, string, 0, NULL, REG_NOTBOL | REG_NOTEOL) ==
|
regexec(preg, string, 0, NULL, REG_NOTBOL | REG_NOTEOL) ==
|
||||||
|
REG_NOMATCH);
|
||||||
}
|
}
|
||||||
#endif /* HAVE_REGEX_H */
|
#endif /* HAVE_REGEX_H */
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user