(compile_pattern_1): If representation of STRING
[bpt/emacs.git] / src / regex.h
index 351ec7f..24c568f 100644 (file)
@@ -289,6 +289,7 @@ typedef enum
 
 #ifndef RE_TRANSLATE_TYPE 
 #define RE_TRANSLATE_TYPE char *
+#define RE_TRANSLATE(TBL, C) ((TBL)[C])
 #endif
 
 struct re_pattern_buffer