changeset 13243:3af29e56070e

(RE_TRANSLATE_TYPE): New definition.
author Richard M. Stallman <rms@gnu.org>
date Thu, 19 Oct 1995 00:16:04 +0000
parents 3a8c500b97c3
children 23281af757c9
files src/config.in
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/config.in	Thu Oct 19 00:14:14 1995 +0000
+++ b/src/config.in	Thu Oct 19 00:16:04 1995 +0000
@@ -293,6 +293,11 @@
 #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.  */