diff src/config.in @ 18613:614b916ff5bf

Fix bugs with inappropriate mixing of Lisp_Object with int.
author Richard M. Stallman <rms@gnu.org>
date Fri, 04 Jul 1997 20:44:52 +0000
parents 9b24a22cd872
children 5dd02300cc31
line wrap: on
line diff
--- a/src/config.in	Fri Jul 04 20:43:49 1997 +0000
+++ b/src/config.in	Fri Jul 04 20:44:52 1997 +0000
@@ -324,6 +324,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.  */