From fc4e96c8e8a97327360cd3271381bf2de711d1eb Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 19 Mar 2000 23:21:42 +0000 Subject: [PATCH] (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c. --- src/regex.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/regex.h b/src/regex.h index 692b93b094f..9ebc4e0bf22 100644 --- a/src/regex.h +++ b/src/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 -- 2.39.5