diff options
| author | Andreas Schwab | 1998-04-15 10:35:44 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-04-15 10:35:44 +0000 |
| commit | 7874f8a69569dbafb9f784f2cbd451b2da34eefe (patch) | |
| tree | 02c26d68e1f6f0d6eb8c70d62cc50f044f78e215 /src | |
| parent | 28703c16f3bc7e008500eacea296384551492f65 (diff) | |
| download | emacs-7874f8a69569dbafb9f784f2cbd451b2da34eefe.tar.gz emacs-7874f8a69569dbafb9f784f2cbd451b2da34eefe.zip | |
(RE_TRANSLATE_P): Define.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 5a308795567..f30156222da 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -356,6 +356,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 356 | /* Tell regex.c to use a type compatible with Emacs. */ | 356 | /* Tell regex.c to use a type compatible with Emacs. */ |
| 357 | #define RE_TRANSLATE_TYPE Lisp_Object | 357 | #define RE_TRANSLATE_TYPE Lisp_Object |
| 358 | #define RE_TRANSLATE(TBL, C) char_table_translate (TBL, C) | 358 | #define RE_TRANSLATE(TBL, C) char_table_translate (TBL, C) |
| 359 | #define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0) | ||
| 359 | #endif | 360 | #endif |
| 360 | 361 | ||
| 361 | /* Avoid link-time collision with system mktime if we will use our own. */ | 362 | /* Avoid link-time collision with system mktime if we will use our own. */ |