comparison src/config.in @ 18613:614b916ff5bf

Fix bugs with inappropriate mixing of Lisp_Object with int.
author Richard M. Stallman <rms@gnu.org>
date Fri, 04 Jul 1997 20:44:52 +0000
parents 9b24a22cd872
children 5dd02300cc31
comparison
equal deleted inserted replaced
18612:88efccff8970 18613:614b916ff5bf
322 #endif 322 #endif
323 323
324 #ifdef emacs /* Don't do this for lib-src. */ 324 #ifdef emacs /* Don't do this for lib-src. */
325 /* Tell regex.c to use a type compatible with Emacs. */ 325 /* Tell regex.c to use a type compatible with Emacs. */
326 #define RE_TRANSLATE_TYPE Lisp_Object * 326 #define RE_TRANSLATE_TYPE Lisp_Object *
327 #define RE_TRANSLATE(TBL, C) XINT ((TBL)[C])
327 #endif 328 #endif
328 329
329 /* Avoid link-time collision with system mktime if we will use our own. */ 330 /* Avoid link-time collision with system mktime if we will use our own. */
330 #if ! HAVE_MKTIME || BROKEN_MKTIME 331 #if ! HAVE_MKTIME || BROKEN_MKTIME
331 #define mktime emacs_mktime 332 #define mktime emacs_mktime