mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 23:50:36 -08:00
(RE_TRANSLATE_P): Define.
This commit is contained in:
parent
28703c16f3
commit
7874f8a695
1 changed files with 1 additions and 0 deletions
|
|
@ -356,6 +356,7 @@ Boston, MA 02111-1307, USA. */
|
|||
/* 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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue