Mercurial > emacs
changeset 28202:118ca0109252
(RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 19 Mar 2000 23:21:42 +0000 |
parents | a0ab695cf3d6 |
children | c10ee0e6982b |
files | src/regex.h |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/regex.h Sun Mar 19 17:04:41 2000 +0000 +++ b/src/regex.h Sun Mar 19 23:21:42 2000 +0000 @@ -294,10 +294,8 @@ 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