mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
(RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.
This commit is contained in:
parent
2136fdd4f5
commit
fc4e96c8e8
1 changed files with 1 additions and 3 deletions
|
|
@ -294,10 +294,8 @@ typedef enum
|
|||
compiled, the `re_nsub' field is available. All other fields are
|
||||
private to the regex routines. */
|
||||
|
||||
#ifndef RE_TRANSLATE_TYPE
|
||||
#ifndef RE_TRANSLATE_TYPE
|
||||
#define RE_TRANSLATE_TYPE char *
|
||||
#define RE_TRANSLATE(TBL, C) ((TBL)[C])
|
||||
#define RE_TRANSLATE_P(TBL) (TBL)
|
||||
#endif
|
||||
|
||||
struct re_pattern_buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue