1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 22:40:51 -08:00

(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