mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-14 16:50:58 +00:00
(RE_TRANSLATE): Copy definition from config.in.
This commit is contained in:
parent
2d7b0db76e
commit
2289984b61
@ -323,6 +323,7 @@ Boston, MA 02111-1307, USA. */
|
||||
#ifdef emacs /* Don't do this for lib-src. */
|
||||
/* Tell regex.c to use a type compatible with Emacs. */
|
||||
#define RE_TRANSLATE_TYPE Lisp_Object *
|
||||
#define RE_TRANSLATE(TBL, C) XINT ((TBL)[C])
|
||||
#endif
|
||||
|
||||
/* Avoid link-time collision with system mktime if we will use our own. */
|
||||
|
Loading…
Reference in New Issue
Block a user