# HG changeset patch # User Stefan Monnier # Date 953508102 0 # Node ID 118ca01092520db21377846f1b8aa9933f3ab93c # Parent a0ab695cf3d657f8b814f7d54fd1f709aed03848 (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c. diff -r a0ab695cf3d6 -r 118ca0109252 src/regex.h --- 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