1
Fork 0
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:
Stefan Monnier 2000-03-19 23:21:42 +00:00
parent 2136fdd4f5
commit fc4e96c8e8

View file

@ -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