emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/config.in


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/config.in
Date: Tue, 23 Nov 2004 00:26:38 -0500

Index: emacs/src/config.in
diff -c emacs/src/config.in:1.202 emacs/src/config.in:1.203
*** emacs/src/config.in:1.202   Sat Nov  6 16:53:38 2004
--- emacs/src/config.in Tue Nov 23 05:20:49 2004
***************
*** 1,7 ****
  /* src/config.in.  Generated from configure.in by autoheader.  */
  
  /* GNU Emacs site configuration template file.
!    Copyright (C) 1988, 93, 94, 99, 2000, 2002 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,8 ----
  /* src/config.in.  Generated from configure.in by autoheader.  */
  
  /* GNU Emacs site configuration template file.
!    Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2004
!              Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 968,974 ****
  /* Tell regex.c to use a type compatible with Emacs.  */
  #define RE_TRANSLATE_TYPE Lisp_Object
  #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
! #define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0)
  #endif
  
  /* Avoid link-time collision with system mktime if we will use our own.  */
--- 969,975 ----
  /* Tell regex.c to use a type compatible with Emacs.  */
  #define RE_TRANSLATE_TYPE Lisp_Object
  #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
! #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))
  #endif
  
  /* Avoid link-time collision with system mktime if we will use our own.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]