diff options
| author | Richard M. Stallman | 1997-07-04 20:46:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-04 20:46:51 +0000 |
| commit | 1d1142ea2e6041fcdcdb3f74c71a3dabb2bd45a4 (patch) | |
| tree | 753bba98646a960e64da48ff2d953a416114784a | |
| parent | bc192b5b1a851f1584f5fdf568d131286d936278 (diff) | |
| download | emacs-1d1142ea2e6041fcdcdb3f74c71a3dabb2bd45a4.tar.gz emacs-1d1142ea2e6041fcdcdb3f74c71a3dabb2bd45a4.zip | |
(RE_TRANSLATE): Define default assuming simple integers.
| -rw-r--r-- | src/regex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regex.h b/src/regex.h index 351ec7f4d97..24c568f1c93 100644 --- a/src/regex.h +++ b/src/regex.h | |||
| @@ -289,6 +289,7 @@ typedef enum | |||
| 289 | 289 | ||
| 290 | #ifndef RE_TRANSLATE_TYPE | 290 | #ifndef RE_TRANSLATE_TYPE |
| 291 | #define RE_TRANSLATE_TYPE char * | 291 | #define RE_TRANSLATE_TYPE char * |
| 292 | #define RE_TRANSLATE(TBL, C) ((TBL)[C]) | ||
| 292 | #endif | 293 | #endif |
| 293 | 294 | ||
| 294 | struct re_pattern_buffer | 295 | struct re_pattern_buffer |