Mercurial > emacs
comparison src/regex.h @ 21561:e6e2f267eb56
(RE_TRANSLATE_P): New macro.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 15 Apr 1998 10:32:29 +0000 |
parents | 083eba7e6a53 |
children | 1f69452af743 |
comparison
equal
deleted
inserted
replaced
21560:9e3de167472c | 21561:e6e2f267eb56 |
---|---|
288 private to the regex routines. */ | 288 private to the regex routines. */ |
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 #define RE_TRANSLATE(TBL, C) ((TBL)[C]) |
293 #define RE_TRANSLATE_P(TBL) (TBL) | |
293 #endif | 294 #endif |
294 | 295 |
295 struct re_pattern_buffer | 296 struct re_pattern_buffer |
296 { | 297 { |
297 /* [[[begin pattern_buffer]]] */ | 298 /* [[[begin pattern_buffer]]] */ |