(RE_TRANSLATE): Define default assuming simple integers.

This commit is contained in:
Richard M. Stallman
1997-07-04 20:46:51 +00:00
parent bc192b5b1a
commit 1d1142ea2e

View 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