bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32194: [PATCH] Use Gnulib regex for lib-src


From: Noam Postavsky
Subject: bug#32194: [PATCH] Use Gnulib regex for lib-src
Date: Tue, 31 Jul 2018 20:29:04 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Paul Eggert <eggert@cs.ucla.edu> writes:

> Omit the "#ifndef emacs" and "#ifdef REGEX_MALLOC" and "#ifdef
> DEBUG" or "#if WIDE_CHAR_SUPPORT" or "#ifdef _REGEX_RE_COMP",
> code, as we are no longer interested in compiling outside
> Emacs (with or without debugging or native wide char support)
> or in avoiding alloca.

Is it justified to drop the DEBUG code?  Couldn't it still be useful if
we want to debug regex engine (and we're not assuming it has/will always
have 0 bugs, right)?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]