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:
parent
bc192b5b1a
commit
1d1142ea2e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue