From: Richard M. Stallman Date: Thu, 19 Oct 1995 00:16:04 +0000 (+0000) Subject: (RE_TRANSLATE_TYPE): New definition. X-Git-Tag: emacs-19.34~2617 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d26a687234ef8206b54f36d5173088492a21c78d;p=emacs.git (RE_TRANSLATE_TYPE): New definition. --- 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. */