projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d7b0db
)
(RE_TRANSLATE): Copy definition from config.in.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 9 Jul 1997 01:25:06 +0000
(
01:25
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 9 Jul 1997 01:25:06 +0000
(
01:25
+0000)
nt/config.nt
patch
|
blob
|
history
diff --git
a/nt/config.nt
b/nt/config.nt
index aaf8ab4235ab6deb39b7c9205573af2b4c65c3e9..611ab3cc3451cdaeca5e304f7b81d64930a94ede 100644
(file)
--- 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. */