From d26a687234ef8206b54f36d5173088492a21c78d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 19 Oct 1995 00:16:04 +0000 Subject: [PATCH] (RE_TRANSLATE_TYPE): New definition. --- src/config.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config.in b/src/config.in index 03a52a7256b..c2dc3f8be5f 100644 --- a/src/config.in +++ b/src/config.in @@ -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. */ -- 2.39.2