From: Stefan Monnier Date: Sun, 19 Mar 2000 23:21:42 +0000 (+0000) Subject: (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24f91832d5a3c29df5c5ac30273da0d0160fd05b;p=pspp (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c. --- diff --git a/regex.h b/regex.h index 692b93b094..9ebc4e0bf2 100644 --- a/regex.h +++ b/regex.h @@ -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