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
commit2ea34b25de663cb91436cd9077894664244a2ca9 (patch)
treef37ffeb5044e7c3b0779f2d16f68f27905ca3a96 /nt
parentea4a2459d213a43d9be02c3760cd60dc5bc0f7e2 (diff)
downloademacs-2ea34b25de663cb91436cd9077894664244a2ca9.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. */