]> git.eshelyaron.com Git - emacs.git/commitdiff
(RE_TRANSLATE_TYPE): New definition.
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 Oct 1995 00:16:04 +0000 (00:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 Oct 1995 00:16:04 +0000 (00:16 +0000)
src/config.in

index 03a52a7256b69816597ba0f7d85597c540749f24..c2dc3f8be5ff33fab343ad28d82a8947af4e1748 100644 (file)
@@ -293,6 +293,11 @@ typedef unsigned long EMACS_UINT;
 #define SIGTYPE RETSIGTYPE
 #endif
 
+#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 *
+#endif
+
 /* The rest of the code currently tests the CPP symbol BSTRING.
    Override any claims made by the system-description files.
    Note that on some SCO version it is possible to have bcopy and not bcmp.  */