Mercurial > emacs
changeset 18688:eb0638b0b1eb
(RE_TRANSLATE): Copy definition from config.in.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 09 Jul 1997 01:25:06 +0000 |
parents | 3854a35dffd8 |
children | d11c2164a6af |
files | nt/config.nt |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/config.nt Wed Jul 09 01:24:54 1997 +0000 +++ b/nt/config.nt Wed Jul 09 01:25:06 1997 +0000 @@ -323,6 +323,7 @@ #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. */