summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-09 01:25:06 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-09 01:25:06 +0000
commit2289984b61a4362f74d1d360409882d27fe5c305 (patch)
tree10f08bd4abb6279f47031f72a379abef16dedd2b /nt
parent2d7b0db76efd9f7921f29e242aed02730ca4878c (diff)
downloademacs-2289984b61a4362f74d1d360409882d27fe5c305.tar.gz
(RE_TRANSLATE): Copy definition from config.in.
Diffstat (limited to 'nt')
-rw-r--r--nt/config.nt1
1 files changed, 1 insertions, 0 deletions
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. */