From 2289984b61a4362f74d1d360409882d27fe5c305 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 9 Jul 1997 01:25:06 +0000 Subject: [PATCH] (RE_TRANSLATE): Copy definition from config.in. --- nt/config.nt | 1 + 1 file changed, 1 insertion(+) diff --git a/nt/config.nt b/nt/config.nt index aaf8ab4235a..611ab3cc345 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -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. */ -- 2.39.5