mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 01:54:24 +03:00
1999-01-11 Miguel de Icaza <miguel@nuclecu.unam.mx>
* configure.in (REGEX_O): Always include regex.o as the code we are using in gmc is not using regcomp/regexec, but the internal Emacs API. * src/regex.c: Do not compile the POSIX compatibility code, as we do not use it.
This commit is contained in:
parent
4b0254f4e1
commit
080ce2ef7d
@ -1,3 +1,12 @@
|
|||||||
|
1999-01-11 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||||
|
|
||||||
|
* configure.in (REGEX_O): Always include regex.o as the code we
|
||||||
|
are using in gmc is not using regcomp/regexec, but the internal
|
||||||
|
Emacs API.
|
||||||
|
|
||||||
|
* src/regex.c: Do not compile the POSIX compatibility code, as we
|
||||||
|
do not use it.
|
||||||
|
|
||||||
Tue Dec 29 15:49:45 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
Tue Dec 29 15:49:45 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
|
||||||
|
|
||||||
* doc/mc.sgml, mc1.in (Color section): minor polishing
|
* doc/mc.sgml, mc1.in (Color section): minor polishing
|
||||||
|
@ -154,11 +154,6 @@ Let me check for an incompatible regcomp in HP-UX before making this
|
|||||||
the default
|
the default
|
||||||
|
|
||||||
REGEX_O="regex.o"
|
REGEX_O="regex.o"
|
||||||
AC_CHECK_FUNCS(regcomp)
|
|
||||||
if test x$ac_cv_func_regcomp = xyes; then
|
|
||||||
REGEX_O=""
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_SUBST(REGEX_O)
|
AC_SUBST(REGEX_O)
|
||||||
|
|
||||||
dnl Missing structure components
|
dnl Missing structure components
|
||||||
|
@ -5168,7 +5168,7 @@ re_exec (s)
|
|||||||
|
|
||||||
/* POSIX.2 functions. Don't define these for Emacs. */
|
/* POSIX.2 functions. Don't define these for Emacs. */
|
||||||
|
|
||||||
#ifndef emacs
|
#if 0
|
||||||
|
|
||||||
/* regcomp takes a regular expression as a string and compiles it.
|
/* regcomp takes a regular expression as a string and compiles it.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user