summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2000-03-19 23:21:42 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2000-03-19 23:21:42 +0000
commit19a2639d325d9abf0043f73a1ef65678c19bdfa2 (patch)
tree5881d92ebd9c9d8ad89729c3b5086a620bcdb7a0 /src
parent16efaf1e0a8a3ff163fffe1f907afa676daddd25 (diff)
downloademacs-19a2639d325d9abf0043f73a1ef65678c19bdfa2.tar.gz
(RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.
Diffstat (limited to 'src')
-rw-r--r--src/regex.h4
1 files changed, 1 insertions, 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