# HG changeset patch # User Richard M. Stallman # Date 814061764 0 # Node ID 3af29e56070e789489e858bf1a71410cd1a037ae # Parent 3a8c500b97c3454f590e275339085b4abbb97996 (RE_TRANSLATE_TYPE): New definition. diff -r 3a8c500b97c3 -r 3af29e56070e src/config.in --- 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. */