comparison src/config.in @ 13243:3af29e56070e

(RE_TRANSLATE_TYPE): New definition.
author Richard M. Stallman <rms@gnu.org>
date Thu, 19 Oct 1995 00:16:04 +0000
parents a3d74b20e0e2
children a568560d232f
comparison
equal deleted inserted replaced
13242:3a8c500b97c3 13243:3af29e56070e
291 /* SIGTYPE is the macro we actually use. */ 291 /* SIGTYPE is the macro we actually use. */
292 #ifndef SIGTYPE 292 #ifndef SIGTYPE
293 #define SIGTYPE RETSIGTYPE 293 #define SIGTYPE RETSIGTYPE
294 #endif 294 #endif
295 295
296 #ifdef emacs /* Don't do this for lib-src. */
297 /* Tell regex.c to use a type compatible with Emacs. */
298 #define RE_TRANSLATE_TYPE Lisp_Object *
299 #endif
300
296 /* The rest of the code currently tests the CPP symbol BSTRING. 301 /* The rest of the code currently tests the CPP symbol BSTRING.
297 Override any claims made by the system-description files. 302 Override any claims made by the system-description files.
298 Note that on some SCO version it is possible to have bcopy and not bcmp. */ 303 Note that on some SCO version it is possible to have bcopy and not bcmp. */
299 #undef BSTRING 304 #undef BSTRING
300 #if defined (HAVE_BCOPY) && defined (HAVE_BCMP) 305 #if defined (HAVE_BCOPY) && defined (HAVE_BCMP)