From: Richard M. Stallman Date: Wed, 9 Jul 1997 01:25:06 +0000 (+0000) Subject: (RE_TRANSLATE): Copy definition from config.in. X-Git-Tag: emacs-20.1~1258 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2289984b61a4362f74d1d360409882d27fe5c305;p=emacs.git (RE_TRANSLATE): Copy definition from config.in. --- 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. */